Agent skill
implement-page-or-components
Implement a new page in the project
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/implement-page-or-components
SKILL.md
What I do
- read and understand the plan in provided file carefully.
- ask unclear questions.
- implement svelte kit page with lastest rune api. For example:
import type { PageProps } from "./$types";const { params, data }: PageProps = $props();let isInviteDialogOpen = $state(false); - import necessary shad cn components from
@repo/ui. For exampleimport * as Card from "@repo/ui/card". Components are already installed so no need to reinstall and check exist or not. - use the
@tanstack/svelte-querylatest api to make api calls if necessary. - use full import of lucide icons import. For example
import UserPlusIcon from "@lucide/svelte/icons/user-plus"; - use data table with
@tanstack/table-coreif need to implement table. Also check out tables fromapps/website/src/lib/components/tablesfor reference. - use
@tanstack/svelte-formif need to implement form. - follow Refactoring UI book design guidelines to implement the UI.
When to use me
Use this when you are going to design and write code to implement page or components. Ask clarifying questions if the you are unclear about features or necessary actions.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?