Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
lkzppm
GitHub 제작자 프로필

lkzppm

3개 GitHub 저장소에서 수집된 12개 skills를 저장소 단위로 보여줍니다.

수집된 skills
12
저장소
3
업데이트
2026-07-17
저장소 탐색

저장소와 대표 skills

setup
소프트웨어 개발자

One-time scaffolding of a spec-driven Claude Code workflow in this project. Use when the user runs /adam:setup, /setup, or asks to "set up adam", "scaffold spec/ folder", "init spec-driven docs", "convert CLAUDE.md into a spec index", or "personalize claude code for this repo". Pipeline is strictly ordered: gitnexus analyze → spec scaffolding → per-class AskUserQuestion menus (hooks, subagents, skills) → create only what the user picks → CLAUDE.md → spec-lint verify → final brief.

2026-05-14
spec-create
소프트웨어 개발자

Add a single new spec/<topic>.md when a fresh concept, subsystem, or integration enters the project — OR add a pipeline-spec (HTML workflow walkthrough) at spec/pipelines/<topic>.html when the user passes --pipeline or asks for a "flow chart", "pipeline", "workflow diagram". Use when the user runs /adam:spec-create, /spec-create, or asks to "add a spec for X", "document the new <subsystem>", "create a spec covering <topic>", "we just added <X>, write its spec", "draw a pipeline for <flow>", "add a workflow walkthrough for <X>". Will refuse if spec-driven scaffolding (`spec/INDEX.md`, `CLAUDE.md`) is missing — points the user at /adam:setup instead.

2026-05-14
spec-update
소프트웨어 개발자

Refresh existing specs to match the current code. Use when the user runs /adam:spec-update, /spec-update, or asks to "update spec/", "refresh project docs", "audit specs against code", "check CLAUDE.md against the code", or "sync the spec after my refactor". Detects drift between spec/*.md and the actual working tree, rewrites stale specs, merges duplicates, and refreshes spec/INDEX.md plus the CLAUDE.md spec index table (including token counts). Accepts an optional path argument to update a single spec only.

2026-05-14
spec-audit
소프트웨어 품질 보증 분석가·테스터

Lint the spec-driven Claude Code ecosystem in this project — checks spec/, CLAUDE.md, and .claude/ for integration issues without rewriting anything. Use when the user runs /adam:spec-audit, /spec-audit (in this plugin's namespace), or asks to "lint specs", "check spec ecosystem", "verify CLAUDE.md is wired up", "audit my claude code setup", or "is my spec-driven workflow healthy?". Read-only — reports issues but does not modify files. For drift fixing, point users at /adam:spec-update.

2026-05-13
claude-add
소프트웨어 개발자

Add a single project-local Claude Code automation — sub-agent, skill, or hook — into .claude/. Use when the user runs /adam:claude-add, /claude-add, or asks to "add a sub-agent that...", "add a skill for X", "add a hook that runs Y on file write", "wire ruff into claude-code", "give me a code-reviewer agent for this project", or "create a new agent/skill/hook for the project". Distinct from /adam:setup (which suggests a batch); this adds exactly ONE artifact at a time, prompting for missing details via AskUserQuestion.

2026-05-04
merge
소프트웨어 개발자

Merge one branch into another by opening a pull request, then arming auto-merge (GitHub) or auto-complete (Azure DevOps) so the merge only lands once CI / branch policies pass. Detects the remote platform automatically. Use this skill whenever the user runs /merge, asks to "merge branch X into Y", "integrate branch", "fold branch", or wants to combine branch history. Always invoke this skill before any git merge / gh pr merge / az repos pr work.

2026-07-17
workflow-viz
소프트웨어 개발자

Render a terminal flowchart of a Claude Code dynamic-workflow .js file — phases, per-phase agent calls, fan-out / concurrent / pipelined structure, and structured-output markers. Use this skill whenever the user runs /workflow-viz or asks to "visualize a workflow", "show the workflow flowchart", "diagram this workflow", or "map out .claude/workflows". Pure bash wrapper around a Node parser — do NOT reason about the workflow yourself.

2026-06-08
commit
소프트웨어 개발자

Stage and commit changes using Lucas's conventional commit style. Use this skill whenever the user runs /commit, asks to "commit changes", "make a commit", "git commit", "stage and commit", or wants to save their current work to git. Always invoke this skill before doing any git add or git commit work.

2026-05-29
compose
네트워크·컴퓨터 시스템 관리자

Run docker compose against the current working directory (up, down, or rebuild), optionally with a specific compose file and/or service list. Use this skill whenever the user runs /compose or asks to "compose up", "compose down", "rebuild the containers", "restart docker services", or similar. This skill is a pure bash wrapper — do NOT reason about the task, do NOT inspect compose files, do NOT run auxiliary commands.

2026-05-29
저장소 3개 중 3개 표시
모든 저장소를 표시했습니다