setup

Configure the SPADES framework with backend, SCM, review format, and AGENTS.md.

Updated May 24, 2026
One-click install
npx skills add https://github.com/ChrisFmlyc/spades --skill setup-chrisfmlyc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/ChrisFmlyc/spades/tree/main/plugins/spades/skills/setup
Command: npx skills add https://github.com/ChrisFmlyc/spades --skill setup-chrisfmlyc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ai-skills/repo, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill configures SPADES in your repository, setting up the necessary components and settings for using the SPADES framework.

Core Features & Use Cases

  • Backend Selection: Choose between Linear MCP or local filesystem for artifact storage.
  • Source Code Management (SCM): Select between local git or GitHub for version control.
  • Review Format: Choose how SPADES should present reviews and artifacts, either in HTML or CLI format.
  • Active Project: Set the active project within the repository.
  • AGENTS.md Setup: Create or update the AGENTS.md file with the necessary rules for AI agents.
  • Scaffolding: Scaffold the necessary subdirectories for projects, scopes, plans, learnings, and reviews.

Quick Start

Run the /spades:setup command in your repository to configure SPADES.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I configure SPADES in my repository?

SPADES setup configures your repository by selecting a backend, SCM, review format, and active project, while scaffolding necessary subdirectories and generating the AGENTS.md file.

What is the SPADES framework setup process?

The SPADES framework setup process involves choosing between Linear MCP or local filesystem backends, selecting local git or GitHub SCM, picking an HTML or CLI review format, and scaffolding project directories and rules.

Do I need git operations to set up SPADES?

Yes, setting up SPADES requires the repo plugin for git operations, because the configuration process manages repository SCM settings and scaffolds project subdirectories within your git environment.

Can I use Linear MCP as a backend for SPADES configuration?

Yes, you can use Linear MCP as a backend for SPADES configuration to store artifacts, or you can select a local filesystem backend depending on your project's storage requirements and workflow.

Does SPADES setup support both HTML and CLI review formats?

Yes, SPADES setup supports both HTML and CLI review formats, allowing you to choose how the framework presents reviews and artifacts directly during the repository configuration process.

What limitations exist when scaffolding SPADES project directories?

Scaffolding limitations include dependency on the repo plugin for git operations, as setup specifically scaffolds fixed subdirectories for projects, scopes, plans, learnings, and reviews within your chosen repository structure.