Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

agentic-skills

agentic-skills에는 jpoindexter에서 수집한 skills 14개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
14
Stars
0
업데이트
2026-06-18
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

architecture
소프트웨어 개발자

Use when setting up a project's structure, or when the agent needs the stack, folder layout, data flow, schemas, and the hard boundary rules it must never cross. Use when code keeps crossing layers (UI logic in API routes, DB calls in components).

2026-06-18
build-plan
소프트웨어 개발자

Use when planning what to build and in what order — splitting a project into sequenced, scoped feature phases so the agent never has to decide "what's next" on its own. Use when work feels like random feature-hopping.

2026-06-18
code-standards
소프트웨어 개발자

Use when establishing or enforcing how code is written in a project — naming, conventions, file structure, error handling — so the agent stays consistent across sessions instead of drifting into its own style by week two.

2026-06-18
library-docs
소프트웨어 개발자

Use when a project depends on third-party libraries and the agent needs project-specific usage rules — and must check for an MCP server or current docs — before coding against a library it only half-remembers.

2026-06-18
progress-tracker
소프트웨어 개발자

Use when tracking build progress across sessions — a living checklist updated as features complete, so a new session knows exactly where work left off without re-explaining.

2026-06-18
project-overview
소프트웨어 개발자

Use when starting a new project, or when the agent lacks a clear picture of what's being built, who it's for, and what is explicitly out of scope. Use when a build keeps producing things nobody asked for.

2026-06-18
ui-registry
소프트웨어 개발자

Use when tracking which UI components exist and their exact classes, so the agent reuses components instead of rebuilding divergent ones. The living index maintained alongside the imprint skill.

2026-06-18
ui-rules
소프트웨어 개발자

Use when defining how a product's UI looks and behaves — layout, cards, buttons, badges, typography — so every page feels like one product instead of the agent inventing a new style each session.

2026-06-18
ui-tokens
소프트웨어 개발자

Use when setting up a project's visual primitives — colors, spacing, radii, type scale — as variables, so the agent never hard-codes hex values or invents inconsistent spacing across pages.

2026-06-18
architect
소프트웨어 개발자

Use before building any non-trivial feature — when a prompt would otherwise make the agent guess at data models, API shape, auth, state, or module boundaries that haven't been decided yet. Use when you catch yourself about to "just start coding" something with real structure.

2026-06-18
imprint
소프트웨어 개발자

Use after building or changing UI — when new components were added and the design system could drift (buttons, spacing, colors, badges diverging across pages). Use when you suspect UI inconsistency has crept in across sessions.

2026-06-18
recover
기타 컴퓨터 관련 직업

Use when a session has gone wrong and you don't know why — the agent is spiraling, fixes aren't landing, output contradicts earlier work, or you're hours in and stuck. Use before trying yet another random fix.

2026-06-18
remember
기타 컴퓨터 관련 직업

Use at the end of a work session, before /clear, or when the context window is filling — when the next session would otherwise start cold and re-explain decisions already made. Also use the moment a durable decision or convention gets established mid-session.

2026-06-18
review
소프트웨어 품질 보증 분석가·테스터

Use after a feature or substantial change is built, before committing or moving on — when code was just generated and skimming it risks shipping a bug, a plan deviation, or an architecture-boundary violation you won't notice for days.

2026-06-18