project-skill-creator

Analyze a codebase to generate project-specific skill documents.

3|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/seanGSISG/crispy-claude --skill project-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-skill-creator
Source: https://github.com/seanGSISG/crispy-claude/tree/main/cc/skills/project-skill-creator
Command: npx skills add https://github.com/seanGSISG/crispy-claude --skill project-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes THIS project and creates specialized, project-specific skills documenting architecture, coding conventions, testing patterns, and deployment workflows to standardize practices.

Core Features & Use Cases

  • Architecture documentation: Captures high-level architecture and component responsibilities.
  • Conventions capture: Documents project-specific naming, organization, and style patterns.
  • Deployment & testing patterns: Documents CI/CD, testing strategies, and environment conventions.

Quick Start

Run /cc:setup-project to generate project-specific skills like project-architecture, project-conventions, and project-testing.

Frequently Asked Questions about project-skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I document project architecture and coding conventions as reusable skills?

Project-specific skills capture architecture, conventions, testing patterns, and deployment workflows as structured documentation. Run /cc:setup-project to analyze your codebase and generate skills like project-architecture, project-conventions, and project-testing that standardize practices across your team.

What patterns does project skill generation capture from my codebase?

The skill analyzer identifies and documents high-level architecture, component responsibilities, naming conventions, organization patterns, style guidelines, CI/CD strategies, testing approaches, and environment-specific deployment workflows embedded in your project.

When should I generate project-specific skills for my team?

Generate project skills during onboarding, when establishing team standards, or when documenting unique architecture patterns. This ensures new developers and agents inherit project conventions without manual knowledge transfer.

Can project skills integrate with agent knowledge bases?

Yes. Generated project skills integrate with agent knowledge bases, enabling agents and developers to access standardized architecture, conventions, and deployment patterns consistently across the codebase.

What's the difference between generic coding standards and project-specific skills?

Project-specific skills document your actual codebase patterns—your architecture decisions, naming schemes, testing strategies, and deployment workflows—rather than generic best practices, making them immediately applicable to your team's work.