specops-scan

Analyze codebase manifests and structure to generate specops.yaml configuration.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/JacobSoderblom/specops --skill specops-scan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: specops-scan
Source: https://github.com/JacobSoderblom/specops/tree/main/.claude/skills/specops-scan
Command: npx skills add https://github.com/JacobSoderblom/specops --skill specops-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrap specops.yaml by analyzing the codebase to generate a complete configuration before manual setup.

Core Features & Use Cases

  • Auto-discovers stack details from manifests and repo structure
  • Produces a ready-to-use specops.yaml with escalation rules and skill entries
  • Guides onboarding of new projects by scaffolding governance artifacts

Quick Start

Install the scan skill and run the /specops:scan command to bootstrap your project configuration.

Frequently Asked Questions about specops-scan

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

FAQPage Schema
How do I bootstrap a yaml configuration automatically from my codebase?▼

To bootstrap a yaml configuration automatically, this skill analyzes your codebase by inspecting manifests, CI configs, and directory structure to generate a tailored specops.yaml file with stack metadata and escalation rules.

What is codebase analysis for project initialization?▼

Codebase analysis for project initialization is the process of auto-discovering stack details like languages and frameworks from manifests and repository structure to scaffold governance artifacts for new projects.

Can I generate escalation rules and skill entries from my existing repository structure?▼

Yes, you can generate escalation rules and skill entries from your repository structure. The skill scans your manifests and CI configs to produce a ready-to-use specops.yaml containing these governance entries.

Does this configuration scaffolding work with any languages and frameworks?▼

Yes, this configuration scaffolding works with various languages and frameworks. It automatically determines your stack details by inspecting manifests and CI configs, regardless of the specific tech stack.

When should I use automated config generation instead of manual setup?▼

You should use automated config generation instead of manual setup during project initialization to quickly scaffold governance artifacts and avoid the overhead of manually defining stack metadata and escalation rules.