Agent skill
defining-tech-stack
Locks in specific versions for the Tourly project tech stack. Use when initializing the project or adding new core dependencies.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/defining-tech-stack
SKILL.md
Project Tech Stack Definition
When to use this skill
- At the start of the project to ensure version consistency.
- When documentation queries need to be version-specific.
Workflow
- Initialize Next.js project using
npx create-next-app@latest. - Verify core versions in
package.json. - Document locked versions in this skill or a central
README.md.
Tech Stack (Locked Versions)
- Frontend: Next.js 15 (App Router), React 19.
- Backend: Appwrite Cloud (v1.6+ SDK).
- Styling: Tailwind CSS 4 (or latest stable compatible with Next.js 15).
- Icons: Lucide React.
- Forms: React Hook Form + Zod.
Instructions
- App Router: Exclusively use
app/directory and Server Components by default. - Server Actions: Use for all mutations.
- Appwrite SDK: Only use
appwrite(Web SDK) andnode-appwrite(Server SDK) as appropriate.
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?