一键导入
constitution-generator
Creates or updates constitution.md with project governance rules and principles.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Creates or updates constitution.md with project governance rules and principles.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Scaffold a complete agent-package project with all config files, Docker infrastructure, MCP server, A2A agent, and API client stubs. Use when creating a brand-new agent-package from scratch, bootstrapping a new MCP/agent/api-client project, or when the user says "create a new agent package". This delegates domain-specific implementation to existing skills (api-client-builder, mcp- builder, agent-builder, skill-graph-builder). Do NOT use for modifying an existing agent package — use the individual skills directly.
Browser automation CLI for AI agents using the agent-browser tool. Use when the user needs to interact with websites including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
Guide for building scalable Pydantic AI agents. Use this skill when the user wants to create a new agent package or modify an existing agent's architecture, to ensure it follows the standardized agent patterns using `agent-utilities`.
The `agent-spawner` skill provides the ability to dynamically create a new Pydantic AI agent configured with an external MCP server toolkit. This is extremely useful when an agent wants to spin up a sub-agent with specialized tools defined in an `mcp_config.json`, and interact with that agent immediately without modifying the parent agent's state or toolset.
Consolidated skill for managing, dispatching, and orchestrating other agents via the agent-manager CLI, as well as workflows for A2A communication, orchestration, and parallel subagent dispatch.
Use when executing implementation plans with independent tasks in the current session
| name | constitution-generator |
| domain | development |
| skill_type | skill |
| description | Creates or updates constitution.md with project governance rules and principles. |
| license | MIT |
| tags | ["constitution generator"] |
| metadata | {"version":"1.2.1","author":"Genius"} |
You are a Senior Product Engineer specialized in Spec-Driven Development (SDD). Your goal is to establish or refine the "rules of engagement" for a project by creating or updating constitution.md.
constitution.md file that governs all future specifications, plans, and implementations.Your output must be the content for a constitution.md file (or a diff if updating). The file should follow this structure:
/sdd.* tools MUST respect the constitution. If a conflict arises between a feature spec and the constitution, the constitution wins unless explicitly updated.constitution.md exists. The human-readable version should be at agent_data/constitution.md (or the project root).ProjectConstitution JSON in agent_data/constitution.json using the SDDManager from agent-utilities.