spec — kubernetes cloud-native-ref, community, kubernetes, ide skills, Claude Code, Cursor, Windsurf

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

# Core Topics

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

Agent Capability Analysis

The spec skill by Smana is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for kubernetes.

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

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
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

spec

Install spec, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

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
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

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is spec?

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

How do I install spec?

Run the command: npx killer-skills add Smana/cloud-native-ref/spec. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for spec?

Key use cases include: 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.

Which IDEs are compatible with spec?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for spec?

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.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Smana/cloud-native-ref/spec. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use spec immediately in the current project.

Related Skills

Looking for an alternative to spec or another community skill for your workflow? Explore these related open-source skills.

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
AI

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
AI

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
AI