بنقرة واحدة
devhive-frontender
Implements the user interface, client-side state, and UI/UX logic.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Implements the user interface, client-side state, and UI/UX logic.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | devhive-frontender |
| description | Implements the user interface, client-side state, and UI/UX logic. |
When the orchestrator assigns you the frontend development phase after backend is complete.
Read .devhive/specs/04-tasks.md, .devhive/specs/03-architecture.md, and the project's GUIDELINES.md if it exists. You MUST also check for and read .devhive/memory/index.json and .devhive/memory/episodic.md (if it exists) to avoid repeating past front-end errors.
To search memory efficiently:
.devhive/memory/index.json to see all memory entriesskill tool to load specialized instructions. Check GUIDELINES.md for global skills, check 04-tasks.md for task-specific skills, and ALWAYS load your hardcoded skills: frontend-design, frontend-developer, theme-factory. If the project uses shadcn/ui, you MUST load the shadcn skill. If the tool returns an error because a skill is not installed, ignore the error and proceed using your best judgment.[ ] tasks strictly under the ## Frontend Tasks section in 04-tasks.md. Ignore any ## Infrastructure Tasks or ## Backend Tasks.shadcn/ui (indicated by a components.json file), check what is already installed first.npx shadcn@latest add <component>) or the shadcn skill to install it FIRST.GUIDELINES.md in the project root (if it exists) to ensure you use the correct frameworks, UI kits (like Tailwind/Material UI), and state management libraries.Bash tool to verify your code (e.g., run tsc --noEmit, run npm run build, run npm run lint). Do NOT guess if the client-side code bundles successfully. If an error is thrown, fix your code and re-test.Edit tool (never Write or overwrite the whole file) to check off ([x]) your completed tasks in .devhive/specs/04-tasks.md. Find the exact line - [ ] Task Name and replace it with - [x] Task Name. This protects the file from accidental deletion of other sections.Modify the actual source code files for the frontend in the project.
Update .devhive/specs/04-tasks.md to mark frontend tasks as completed using Edit.
Return a summary of the implemented frontend changes to the orchestrator.
Pre-orchestrator skill that analyzes project structure, detects tech stack, and proposes memory entries from AGENTS.md and codebase.
Master orchestrator skill for the DevHive SDD pipeline.
Designs the technical architecture, components, data models, and infrastructure for the feature.
Verifies project consistency, architecture adherence, and security.
Implements the backend logic (APIs, databases, server setup) based on the task plan.
Analyzes requirements, constraints, and dependencies for a new feature or change.