소스 정보
- 저장소
- diegosouzapw/awesome-omni-skill
- 최근 소스 활동
- 2026년 2월 28일 18:11
- 감지된 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 using-skills명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | using-skills |
| description | Provides sub agents important information on how to use skills |
| user-invocable | false |
Sub agents can invoke skills to get domain specific knowledge on a number of topics. You can invoke a skill using the Skill tool, which you have access to, and specifying a skill name.
If you have a question or need information on any topic a skill provides information on, invoke the skill. You should also invoke skills at any time that your instructions tell you to.
name: archive-ticket description: Archive completed tickets by moving them to .archived/
name: check-ushabti-prerequisites description: Verify required Ushabti files exist before proceeding. Use when starting agent work to ensure prerequisites are met.
name: create-ticket description: Create a new ticket with schema validation
name: describe-agent-roles description: Agent responsibilities and hard boundaries. Load when determining which agent should act or checking role violations.
name: describe-canonical-locations description: File locations for laws, style, phases, and docs. Load when locating or creating Ushabti state files.
name: describe-docs-system description: Documentation system location and maintenance requirements. Load when consulting or updating project documentation.
name: describe-good-phase description: Phase sizing, scope boundaries, and anti-patterns. Load when evaluating whether a phase is well-formed or needs splitting.
name: describe-laws-and-style description: Distinction between laws (invariants) and style (conventions). Load when determining if a constraint is a law or style.
name: describe-phase-directory-structure description: Phase directory layout, naming conventions, and required files. Load when creating or navigating phase directories.
name: describe-phase-file description: Required sections and format for phase.md. Load when defining phase intent, scope, and acceptance criteria.
name: describe-phase-loop description: Plan-Build-Review cycle and agent handoffs. Load when transitioning between agents or understanding workflow progression.
name: describe-progress-file description: Structure and field ownership for progress.yaml. Load when reading or updating phase progress state.
name: describe-questions-policy description: Guidelines for asking clarifying questions. Load when deciding whether and how to ask the user for clarification.
name: describe-required-inputs description: Mandatory files agents must read before acting. Load when starting agent work to ensure prerequisites are met.
name: describe-review-file description: Structure and sections for review.md. Load when creating review scaffolds or recording review findings.
name: describe-steps-file description: Step format and ordering rules for steps.md. Load when defining implementation steps or checking step requirements.
name: describe-tickets description: Ticket system overview, schema, and workflows
name: describe-ushabti description: Core Ushabti concepts and development lifecycle. Load when starting any Ushabti workflow or orienting to the framework.
name: find-current-phase description: Find the active phase directory based on status. Use when you need to locate which phase to work on.
name: find-next-phase-number description: Determine the next sequential phase ID for creating a new phase. Use when planning a new phase.
name: find-next-step description: Find the next unimplemented step in a phase. Use when determining what to work on next.
name: find-next-ticket-number description: Determine the next sequential ticket ID
name: get-phase-status description: Check the current status of a phase. Use when you need to understand where a phase is in the workflow.
name: list-tickets description: List all open (non-archived) tickets