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

opencode-smol

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

수집된 skills
7
Stars
2
업데이트
2026-04-28
Forks
2
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

smol-auto
소프트웨어 개발자

Full pipeline non-stop — plan, build every atomic task, review. No mid-pipeline pauses. Use when you trust the agent to take a feature from idea to reviewed implementation in one shot.

2026-04-28
smol-build
소프트웨어 개발자

Execute the next pending atomic task from the latest plan in .smol/plans/, using strict TDD. Use after /smol-plan when stepping through tasks one at a time.

2026-04-28
smol-fast
소프트웨어 개발자

Skip planning. Apply TDD directly to a small change described in the prompt. Use for bug fixes, single-file edits, or trivial features.

2026-04-28
smol-map
소프트웨어 개발자

Build or incrementally update the project codemap at .smol/. Run when starting on a new project, or after large refactors.

2026-04-28
smol-plan
소프트웨어 개발자

Turn a fuzzy idea into an atomic, TDD-ready task plan saved at .smol/plans/. Use whenever you want to "plan", "design", or "scope" a non-trivial change before implementing.

2026-04-28
smol-review
소프트웨어 품질 보증 분석가·테스터

Review current git diff (staged + unstaged) for correctness, minimalism violations, and security. Use before committing, or pass a ref range to review past changes.

2026-04-28
create-opencode-plugin
소프트웨어 개발자

Create OpenCode plugins using the @opencode-ai/plugin SDK. Use for building custom tools, event hooks, auth providers, or tool execution interception. Use proactively when developing new plugins in .opencode/plugins/ or ~/.config/opencode/plugins/. Examples: - user: "Create a plugin to block dangerous commands" → implement tool execution before hook with blocking logic - user: "Add a custom tool for jira" → design tool schema and implementation using SDK context - user: "Show toast on file edit" → react to file edit events and display status message - user: "Build a custom auth provider" → implement auth flow for new model provider - user: "Intercept git commits" → add hook to validate commit messages before execution

2026-04-28