skill-scaffold

Generate project-level AI agent skills and convention files for codebases.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/rubykachu/skill-scaffold --skill skill-scaffold-rubykachu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-scaffold
Source: https://github.com/rubykachu/skill-scaffold/tree/main/skills/skill-scaffold
Command: npx skills add https://github.com/rubykachu/skill-scaffold --skill skill-scaffold-rubykachu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the setup of a comprehensive AI agent skill ecosystem for any project, eliminating the need for manual configuration of project-specific AI capabilities.

Core Features & Use Cases

  • Project Scaffolding: Initializes .cursorignore and deploys prebuilt skills.
  • Convention Generation: Creates AGENTS.md files to define project conventions.
  • Skill Generation: Produces domain-specific (frontend, backend) and workflow-specific (apply, reviewer) skills tailored to the project's stack.
  • Use Case: When starting a new project with Cursor or Claude Code, use this Skill to quickly set up all necessary AI agent skills, ensuring the AI understands and adheres to your project's unique patterns and workflows from day one.

Quick Start

Run /skill-scaffold --init to begin setting up your project's AI agent skills.

Frequently Asked Questions about skill-scaffold

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

FAQPage Schema
How do I set up AI agent skills and convention files for a new project?

Generating project-specific AI skills requires analyzing your codebase structure, dependencies, and documentation to tailor domain-specific and workflow skills for frontend, backend, or fullstack stacks automatically.

What is the best way to automate AI agent configuration for Cursor or Claude Code?

Automating AI agent configuration involves deploying prebuilt skills and generating workflow-specific skills for implementation, review, and PR generation tailored to your project's detected stack.

Can I generate domain-specific skills for both frontend and backend stacks?

Yes, generating domain-specific skills for frontend and backend stacks is supported. The scaffolding process detects your project's conventions and dependencies to produce tailored skills for each domain.

Does the skill scaffolding process require existing project documentation?

Skill scaffolding requires analysis of your codebase structure, dependencies, and existing documentation to accurately tailor AI agent capabilities and generate appropriate project conventions.

What files are created when initializing a project AI agent skill ecosystem?

Initializing a project AI agent skill ecosystem creates `.cursorignore` files, `AGENTS.md` convention files, and domain-specific or workflow-specific skill scripts tailored to your codebase.

When should I not use automated scaffolding for AI agent skills?

Avoid automated scaffolding for AI agent skills if your project lacks a detectable stack or clear codebase structure, as the generation process relies on analyzing existing dependencies and conventions to tailor capabilities.