KS
Killer-Skills

spec — Categories.community

v1.0.0
GitHub

About this Skill

Perfect for Cloud Native Agents needing structured specification management for Crossplane compositions and infrastructure changes. Opiniated Cloud Native Platform Reference

Smana Smana
[90]
[15]
Updated: 3/6/2026

Quality Score

Top 5%
51
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add Smana/cloud-native-ref

Agent Capability Analysis

The spec MCP Server by Smana is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Perfect for Cloud Native Agents needing structured specification management for Crossplane compositions and infrastructure changes.

Core Value

Empowers agents to create lightweight specifications for changes that benefit from upfront design, utilizing GitHub issues and labels like 'spec' and 'spec:draft', and integrating with protocols like gh issue create.

Capabilities Granted for spec MCP Server

Automating spec creation for new Crossplane compositions
Generating infrastructure change specifications for VPC, EKS, or IAM
Debugging security changes with network policies, RBAC, or PKI

! Prerequisites & Limits

  • Requires GitHub access and gh issue create functionality
  • Limited to specific use cases like new compositions, major infrastructure changes, security changes, and multi-component platform features
Project
SKILL.md
3.0 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8
SKILL.md
Readonly

Spec Skill

Create lightweight specifications for changes that benefit from upfront design.

Usage

/spec "description"
/spec composition "Add Valkey caching"
/spec infrastructure "Add GPU node pool"

Types (optional): composition | infrastructure | security | platform

If type is omitted, infer from description or ask.

When to Use

  • New Crossplane compositions
  • Major infrastructure changes (VPC, EKS, IAM)
  • Security changes (network policies, RBAC, PKI)
  • Multi-component platform features

When NOT to Use

  • Version bumps, documentation-only, single-file bug fixes, minor config tweaks

Workflow

1. Generate Identifiers

bash
1# Next spec number (3 digits) 2MAX_NUM=$(find docs/specs -name "spec.md" -path "*/[0-9]*" 2>/dev/null | \ 3 sed 's|.*/\([0-9]*\)-.*|\1|' | sort -rn | head -1) 4SPEC_NUM=$(printf "%03d" $((10#${MAX_NUM:-0} + 1))) 5 6# Slug from description (3-4 meaningful words, kebab-case) 7# Filter stop words, take meaningful words, join with hyphens

2. Create GitHub Issue

bash
1ISSUE_URL=$(gh issue create \ 2 --title "[SPEC] ${TITLE}" \ 3 --label "spec,spec:draft" \ 4 --body "## Summary 5${DESCRIPTION} 6 7## Spec Directory 8\`docs/specs/${SPEC_NUM}-${SLUG}/\` 9 10--- 11_Lightweight spec. See spec file for details._") 12 13ISSUE_NUM=$(echo "$ISSUE_URL" | grep -oP 'issues/\K\d+$')

Labels used:

  • spec - All specification issues
  • spec:draft - Initial state (add manually: spec:implementing when work starts, spec:done when archived)

3. Create Spec Directory and File

bash
1SPEC_DIR="docs/specs/${SPEC_NUM}-${SLUG}" 2mkdir -p "$SPEC_DIR"

Copy template from docs/specs/templates/spec.md and fill:

  • SPEC-XXXSPEC-${SPEC_NUM}
  • #XXX#${ISSUE_NUM}
  • YYYY-MM-DD → current date
  • [Title] → from description

4. Link in Issue

bash
1gh issue comment ${ISSUE_NUM} --body "Spec created: [\`${SPEC_DIR}/spec.md\`](${SPEC_DIR}/spec.md)"

5. Output

Spec created:

  Issue: https://github.com/Smana/cloud-native-ref/issues/XXX (label: spec:draft)
  Spec:  docs/specs/XXX-slug/spec.md

Next:
  1. Fill in the spec (use /clarify for [NEEDS CLARIFICATION] sections)
  2. Run /spec-status to see pipeline overview
  3. When starting work: gh issue edit XXX --remove-label "spec:draft" --add-label "spec:implementing"
  4. Implement the changes
  5. Reference in PR: "Implements #XXX"
  6. After merge: spec is auto-archived by GitHub Action

Template Location

docs/specs/templates/spec.md (~80 lines)

Clarifications

Use /clarify to resolve [NEEDS CLARIFICATION: ...] markers with structured options, or discuss conversationally with Claude.

Integration

  • /spec creates spec + issue with spec:draft label (this skill)
  • /spec-status shows pipeline overview (Draft/Implementing/Done counts)
  • /clarify resolves [NEEDS CLARIFICATION] markers with structured options
  • /create-pr auto-detects specs and references issue
  • /commit for commits
  • GitHub Action auto-archives specs on PR merge

Related Skills

Looking for an alternative to spec or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
Design

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication