Skip to main content
Back to registry

project-guidelines-example

affaan-m/everything-claude-code

This is an example of a project-specific skill. Use this as a template for your own projects.

Installs692
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill project-guidelines-example
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykFAIL
About this skill
This is an example of a project-specific skill. Use this as a template for your own projects. Based on a real production application: Zenith - AI-powered customer discovery platform. Reference this skill when working on the specific project it's designed for. Project skills contain: Tech Stack: Services: Test structure: Test structure: - Architecture overview - File structure - Code patterns - Testing requirements - Deployment workflow - Frontend : Next.js 15 (App Router), TypeScript, React - Backend : FastAPI (Python), Pydantic models - Database : Supabase (PostgreSQL) - AI : Claude API with tool calling and structured output - Deployment : Google Cloud Run - Testing : Playwright (E2E), pytest (backend), React Testing Library - No emojis in code, comments, or documentation - Immutability - never mutate objects or arrays - TDD - write tests before implementation - 80% coverage minimum - Many small files - 200-400 lines typical, 800 max - No console.log in production code - Proper error handling with try/catch - Input validation with Pydantic/Zod - coding-standards.md - General coding best practices - backend-patterns.md - API and database patterns - frontend-patterns.md - React and Next.js patterns - tdd-workflow/ - Test-driven development methodology

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does project-guidelines-example do?

This is an example of a project-specific skill. Use this as a template for your own projects.

Is project-guidelines-example good?

project-guidelines-example does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does project-guidelines-example work with?

project-guidelines-example currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to project-guidelines-example?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install project-guidelines-example?

npx skills add https://github.com/affaan-m/everything-claude-code --skill project-guidelines-example

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering