AgentStack
SKILL verified MIT Self-run

Copilot Integration

skill-layer1labs-specsmith-copilot-integration · by layer1labs

A Claude skill from layer1labs/specsmith.

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-layer1labs-specsmith-copilot-integration

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Copilot Integration? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

GitHub Copilot — specsmith Governance Integration

One-time setup

specsmith integrate copilot   # generates .github/copilot-instructions.md

Copilot reads .github/copilot-instructions.md automatically for all workspace interactions. The generated file embeds the preflight gate, session protocol, and hard rules.

Every Copilot session — mandatory protocol

  1. Run at session start:
specsmith kill-session 2>/dev/null || true
specsmith audit --project-dir .
specsmith sync  --project-dir .
specsmith checkpoint --project-dir .
  1. Output checkpoint block verbatim.
  2. Before every code change: specsmith preflight "" --json
  • Only proceed if decision == "accepted"
  1. Every 8–10 turns: specsmith checkpoint (output verbatim)
  2. Session end: specsmith save && specsmith kill-session

Key files

  • .github/copilot-instructions.md — Copilot workspace instructions
  • AGENTS.md — universal governance hub
  • .agents/skills/specsmith/SKILL.md — master CLI reference

Note

Copilot does not natively support MCP as of 2026. Governance is enforced through .github/copilot-instructions.md and AGENTS.md.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.