Marketplace
project-context
Use before any development work. Ensures project patterns and documentation are consulted for consistent implementation.
$ 설치
git clone https://github.com/spences10/svelte-skills-kit /tmp/svelte-skills-kit && cp -r /tmp/svelte-skills-kit/plugins/svelte-skills/skills/project-context ~/.claude/skills/svelte-skills-kit// tip: Run this command in your terminal to install the skill
SKILL.md
name: project-context description: Use before any development work. Ensures project patterns and documentation are consulted for consistent implementation.
Project Context
Before Starting ANY Development Task
1. Activate Relevant Skills:
Use the Skill tool for your task type:
- UI work →
Skill(ui-patterns) - API work →
Skill(api-patterns) - Auth work →
Skill(auth-patterns)
2. Check Documentation:
docs/README.md- Project overviewdocs/architecture.md- System design
3. Project Stack:
- Framework: [e.g., SvelteKit, Next.js]
- UI: [e.g., shadcn, Tailwind]
- Database: [e.g., SQLite, Postgres]
- Auth: [e.g., Better-auth, NextAuth]
4. Critical Patterns:
[Add project-specific patterns that must always be followed]
Common Scenarios
- "Add a route" → [guidance]
- "Add a form" → [guidance]
- "Create API" → [guidance]
Reference
See references/project-setup.md for detailed conventions.
Repository

spences10
Author
spences10/svelte-skills-kit/plugins/svelte-skills/skills/project-context
0
Stars
0
Forks
Updated4h ago
Added1w ago