Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/akillness/oh-my-skills --skill agentic-skills명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | agentic-skills |
| description | Use this skill when > |
Keyword:
agentic-skills·/spec·/plan·/build·/test·/review·/code-simplify·/ship"Seems right is never sufficient." — ground every output in measurable verification.
agentic-skills is a production-grade engineering framework that encodes the workflows, quality gates, and best practices senior engineers use when building software. It draws from Google's engineering culture (Software Engineering at Google): trunk-based development, Shift Left testing, Hyrum's Law, Chesterton's Fence, and the code-as-liability mindset.
Plugin install (Claude Code):
/plugin marketplace add addyosmani/agent-skills
/plugin install agent-skills@addy-agent-skills
jeo, omc, or harnesssurveyharness/plugin marketplace add addyosmani/agent-skills
/plugin install agent-skills@addy-agent-skills
# Or via HTTPS:
/plugin marketplace add https://github.com/addyosmani/agent-skills.git
gemini skills install https://github.com/addyosmani/agent-skills.git --path skills
Copy the contents of each skills/*.md file into .cursor/rules/ or the editor's rules configuration.
Uses agent-driven execution via AGENTS.md in the repo root.
git clone https://github.com/addyosmani/agent-skills.git
# Reference skill files from the local path
Choose the phase that matches the current work. Each phase maps to one or more slash commands.
/specSkills: idea-refine, spec-driven-development
Start here when the request is ambiguous or underspecified.
idea-refine: Convert rough concepts into concrete, actionable proposalsspec-driven-development: Create a full PRD (requirements, constraints, acceptance criteria) before any code is written/spec "build a user authentication flow"
Anti-rationalization: never skip spec because "the idea is obvious" — misaligned intent causes the most expensive rework.
/planSkill: planning-and-task-breakdown
Decompose the spec into small, independently verifiable work units.
/plan # after /spec is frozen
/buildSkills: incremental-implementation, test-driven-development, context-engineering, source-driven-development, frontend-ui-engineering, api-and-interface-design
Implement against the spec, not improvised chat context.
/build # slice-by-slice against the frozen spec
/testSkills: browser-testing-with-devtools, debugging-and-error-recovery
Verify before claiming success.
/test # mechanical + semantic + browser verification
Drift thresholds:
0.00–0.15 — excellent, proceed0.15–0.30 — watch closely0.30+ — stop and correct before continuing/review and /code-simplifySkills: code-review-and-quality, code-simplification, security-and-hardening, performance-optimization
Review along five axes before merging.
/review # five-axis quality gates
/code-simplify # behavior-preserving clarity pass
Change sizing standards:
/shipSkills: git-workflow-and-versioning, ci-cd-and-automation, deprecation-and-migration, documentation-and-adrs, shipping-and-launch
Ship with discipline.
/ship # pre-launch checklist + staged rollout
Three specialist personas for review work:
| Persona | Focus |
|---|---|
code-reviewer | Correctness, architecture, readability, test coverage |
test-engineer | Test strategy, edge cases, coverage gaps |
security-auditor | OWASP Top 10, secrets, auth flows, input validation |
| Checklist | Purpose |
|---|---|
testing-patterns | Test types, isolation, coverage targets |
security-checklist | OWASP alignment, auth, secrets, headers |
performance-checklist | CWV targets, bundle budget, render paths |
accessibility-checklist | WCAG 2.1 AA, keyboard, ARIA, focus |
| Principle | Application |
|---|---|
| Code as Liability | Every line is a maintenance burden; justify its existence |
| Hyrum's Law | Every observable behavior will be depended on — be explicit about contracts |
| Chesterton's Fence | Understand why something exists before removing it |
| The Beyonce Rule | "If you liked it, you should have put a test on it" |
| Shift Left | Catch problems early (spec) rather than late (prod) |
| Trunk-Based Development | Short-lived branches, frequent integration, feature flags for risky work |
| Command | Phase | Purpose |
|---|---|---|
/spec | Define | Write spec / PRD before coding |
/plan | Plan | Break spec into verifiable tasks |
/build | Build | Incremental implementation against spec |
/test | Verify | Browser + runtime + acceptance verification |
/review | Review | Five-axis quality gate |
/code-simplify | Review | Behavior-preserving clarity pass |
/ship | Ship | Pre-launch checklist + staged rollout |
Source: addyosmani/agent-skills — MIT License
.agent-skills/skill-standardization/SKILL.md.agent-skills/skill-standardization/scripts/validate_skill.sh