Agent skill · AI & Agents

agent-ops-constitution

Create/update .agent/constitution.md. Use when commands/boundaries/constraints must be confirmed before baseline or code changes. Draft v0 from repo evidence, then interview user.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-ops-constitution-weholt-script-cast --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/agent/agent-ops-constitution-weholt-script-cast/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Constitution workflow (mandatory before baseline) ## Goal Make `.agent/constitution.md` baseline-ready by confirming: - allowed/restricted/forbidden work areas - single-line build/lint/test/format commands - environment assumptions - project-specific constraints - issue-first workflow expectations ## Pre-requisite: Context Map **Before starting constitution interview, ensure a context map exists:** 1) Check if `.agent/map.md` exists 2) If NO map exists: ``` 📍 No context map found. Creating one first to inform constitution questions... ``` → Invoke `agent-ops-context-map` to generate `.agent/map.md` 3) If map exists but is stale (>30 days old or significant changes detected): ``` 📍 Context map may be outdated. Refresh? [Y]es / [N]o ``` 4) Use the map to: - Pre-populate candidate work areas - Identify build/test tooling - Understand project structure for interview questions ## Procedure 1) **Ensure context map exists** (see above) 2) **Run tool detection** — invoke `agent-ops-tools` or `aoc tools scan --save` - Creates `.agent/tools.json` with available development tools - Identifies missing recommended tools based on detected project type - Populates "Available tools" section in

What's inside
Steps it walks through
  1. Goal
  2. Pre-requisite: Context Map
  3. Procedure
  4. Issue Discovery During Constitution
  5. Template
  6. Low Confidence Completeness Check (MANDATORY)
  7. Required Sections Checklist
  8. Completeness Verification
  9. Staleness Check
  10. Gap-Filling Interview
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agent-ops-constitution skill do?

Create/update .agent/constitution.md. Use when commands/boundaries/constraints must be confirmed before baseline or code changes. Draft v0 from repo evidence, then interview user.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-ops-constitution-weholt-script-cast --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going