소스 정보
- 저장소
- diegosouzapw/awesome-omni-skill
- 최근 소스 활동
- 2026년 2월 28일 04:21
- 감지된 SKILL.md 언어
- 영어
- 스타
- 50
- 포크
- 19
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/diegosouzapw/awesome-omni-skill --skill setup-asdlc명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
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