用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/diegosouzapw/awesome-omni-skill --skill setup-asdlc命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Token-efficient tracking for AI orchestration. CLI-first for status updates (~50 tokens), agent fallback for complex ops (~1KB). Use when: updating task status, querying blockers, creating progress files, validating phases.
AshAi extension guidelines for integrating AI capabilities with Ash Framework. Use when implementing vectorization/embeddings, exposing Ash actions as LLM tools, creating prompt-backed actions, or setting up MCP servers. Covers semantic search, LangChain integration, and structured outputs.
This skill should be used when solving hard questions, complex architectural problems, or debugging issues that benefit from GPT-5 Pro or GPT-5.1 thinking models with large file context. Use when standard Claude analysis needs deeper reasoning or extended context windows.
基于 SOC 职业分类
正在显示 SKILL.md
| name | setup-asdlc |
| description | Initialize a repository for ASDLC adoption with AGENTS.md and directory structure |
| disable-model-invocation | true |
Initialize a repository for ASDLC adoption by creating AGENTS.md template, directory structure (specs/, .plans/), and basic configuration. This command prepares repositories to use ASDLC patterns while remaining optional—other commands work without running setup.
Enable teams to quickly adopt ASDLC patterns by automating initial repository setup. This command creates the foundational structure (AGENTS.md, specs/, .plans/) that supports ASDLC workflows while maintaining flexibility—teams can use other commands without running setup.
Check for existing AGENTS.md
AGENTS.md exists in repository rootGenerate AGENTS.md template (if missing)
AGENTS.md from this repository as template reference (if available)AGENTS.md with template structure:
> **Project Mission:** [Your project mission statement]> **Core Philosophy:** [Your core development philosophy]> **ASDLC Alignment:** [Your ASDLC alignment statement]Create specs/ directory
specs/ directory existsspecs/ directoryspecs/README.md existsspecs/README.md from this repository (if available) or create basic READMECreate .plans/ directory
.plans/ directory exists.plans/ directory.plans/.gitkeep file to ensure directory is tracked by GitDetect if schemas/ directory is needed
read_file - Read existing AGENTS.md and specs/README.md as templateswrite - Create new files (AGENTS.md, specs/README.md, schemas/README.md)list_dir - Check if directories existglob_file_search - Find existing filesrun_terminal_cmd - Execute commands:
python schemas/validate_mcps.py --list (if available) - Check MCP setupgit status (optional) - Verify Git repositorymcp_atlassian_getAccessibleAtlassianResources - Verify Atlassian/Jira connection
mcp_github_list_commits - Verify GitHub connection
owner, repo (if available)🚀 ASDLC Setup Complete
Created:
✅ AGENTS.md template
✅ specs/ directory with README.md
✅ .plans/ directory
⚠️ schemas/ not needed (no indicators found)
MCP Status:
⚠️ MCP setup not detected (optional, can be configured later)
⚠️ Issue tracker connection not available (optional, can be configured later)
Next steps:
1. Customize AGENTS.md with your project details
2. Configure MCP servers (see docs/reference/mcp-setup.md)
3. Create your first spec with /create-plan
🚀 ASDLC Setup Complete
Skipped:
⚠️ AGENTS.md already exists
Created:
✅ specs/ directory with README.md
✅ .plans/ directory
✅ schemas/ directory (detected: Standardized Parts in AGENTS.md)
MCP Status:
✅ MCP setup detected
✅ Issue tracker connection verified
Next steps:
1. Create your first spec with /create-plan
🚀 ASDLC Setup Complete
All directories and files already exist:
✅ AGENTS.md
✅ specs/ directory
✅ .plans/ directory
✅ schemas/ directory
MCP Status:
✅ MCP setup detected
✅ Issue tracker connection verified
Repository is already set up for ASDLC!
If AGENTS.md template generation fails:
If directory creation fails:
If MCP verification fails:
If file copy fails (specs/README.md):
Act as a setup assistant helping teams initialize their repository for ASDLC adoption. You are helpful, non-intrusive, and provide clear guidance.
Execute the setup workflow to prepare a repository for ASDLC by creating AGENTS.md template, directory structure, and optional configuration checks. Always check for existing files before creating, never overwrite, and provide clear feedback on what was created vs skipped.
ASDLC: Agent Constitution — AGENTS.md implements this pattern. Standardized Parts — Schema detection aligns with this pattern.
Example: Fresh Repository
User runs: /setup-asdlc
Result: Creates AGENTS.md, specs/, .plans/, reports summary
Example: Existing Repository
User runs: /setup-asdlc
Result: Skips existing files, creates missing directories, reports what was added
Rules (Must Follow):
Existing Standards (Reference):
The command prepares the repository for ASDLC adoption while maintaining flexibility and never overwriting existing files.
schemas/ directory existsAGENTS.md exists, search for keywords: "Standardized Parts", "schema", "validation"schemas/ directory and schemas/README.md templateCreate schemas/README.md template (if schemas/ was created)
schemas/README.md with template explaining:
Optional: Verify MCP setup (non-blocking)
python schemas/validate_mcps.py --list (if available)Optional: Verify issue tracker connection (non-blocking)
mcp_atlassian_getAccessibleAtlassianResources or mcp_github_list_commits)Generate setup summary