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

agentic-tools

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

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

이 저장소의 skills

prototype
소프트웨어 개발자

Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.

2026-07-09
pr-split
소프트웨어 개발자

Splits a large branch or PR into smaller, independently reviewable units by grouping changes and proposing parallel PRs or a stacked series. Use when a changeset is too big to review well and should be broken up.

2026-07-08
pi-sync
소프트웨어 개발자

Captures the portable, non-secret pi config from a live ~/.pi/agent into this repo's pi/ directory and commits it, without reading or copying secrets. Use when live pi config or extensions have drifted from the repo and need to be synced back.

2026-07-08
pr-description
소프트웨어 개발자

Refreshes PR titles and descriptions to match the current branch changeset. Use when the PR title or body has drifted from the code.

2026-07-08
reflect
기타 컴퓨터 관련 직업

Reviews the current session for problems and their eventual fixes, then proposes durable improvements to repo skills, scripts, or docs that prevent recurrence. Use when a session hit avoidable friction worth turning into a lasting fix.

2026-07-07
proposal
기타 컴퓨터 관련 직업

Runs discovery and uncertainty resolution for a change, then writes a terse plan document covering purpose, behaviour, validation, architecture, and phased vertical slices. Use before building when a change needs a clear, agreed design.

2026-06-25
speclist
프로젝트 관리 전문가

Turns free-form reports into ordered, execution-ready implementation checklists. Use when analysis must become an actionable plan.

2026-06-25
pr
소프트웨어 개발자

Runs the full PR checklist by chaining the pr-* skills in a logical order. Use when a branch should be taken end-to-end to a healthy, review-ready PR.

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

Implements scoped changes from context, plans, or speclists through verifiable phases with up-front success criteria and per-phase validation. Use when execution should start from existing requirements.

2026-06-17
branch
소프트웨어 개발자

Creates a new git branch for current or proposed changes, deriving a conventional name when none is given. Use when the user wants to start a branch, e.g. `/branch <name?>`.

2026-06-15
make-agent
기타 컴퓨터 관련 직업

Creates new repo-native agent profiles from plan to scaffolded `agents/<name>.md` and catalog alignment. Use when adding an agent profile to this repository.

2026-06-15
make-skill
기타 컴퓨터 관련 직업

Creates new repo-native skills from plan to scaffolded `SKILL.md` and catalog entry. Use when adding a skill to this repository.

2026-06-15
terse
소프트웨어 개발자

Keeps responses concise and outcome-first by removing redundancy and non-essential detail. Use when writing docs, skills, comments, and chat responses.

2026-06-15
pr-create
소프트웨어 개발자

Creates a PR for the current branch or worktree when none exists. Use when a branch needs a pull request opened.

2026-06-13
worktree
소프트웨어 개발자

Creates or reuses a git worktree for a branch and reports its ready-to-use path. Use when the user wants to work on a branch in its own worktree, e.g. `/worktree <branch-name>`.

2026-06-12
context-engineering
소프트웨어 개발자

Audits a given scope (skill, system prompt, tool set, CLAUDE.md, or project) against context engineering best practices and applies improvements. Evaluates signal-to-noise ratio, system prompt altitude, tool design, retrieval strategy, and long-horizon technique selection.

2026-06-12
check-skill-name
기타 컴퓨터 관련 직업

Checks proposed skill names for collisions with reserved or existing names. Use when validating a skill or command name before creation.

2026-06-11
deep-review
소프트웨어 개발자

Runs an aggressively strict maintainability review focused on abstraction and complexity risk. Use when a harsh deep quality audit is requested.

2026-06-11
dry
소프트웨어 개발자

Finds and ranks meaningful duplication and DRY violations in a chosen scope. Use when deciding what repeated logic should be consolidated.

2026-06-11
fresh-air
소프트웨어 개발자

Recommends best-fit refactoring techniques for smell findings with confidence. Use when smell findings need scoped refactoring direction.

2026-06-11
principles
소프트웨어 개발자

Runs a prioritized principles review for plans and source artifacts using evidence-based pass/warn/fail outcomes.

2026-06-11
refactor
소프트웨어 개발자

Orchestrates smell-to-plan flow by validating findings and assembling a final plan. Use when coordinating multi-smell refactor planning.

2026-06-11
sniff
소프트웨어 개발자

Runs structured code-smell analysis and maps findings to standard smell categories. Use when prioritizing maintainability risks and refactors.

2026-06-11
srp
소프트웨어 개발자

Evaluates Single Responsibility Principle violations in a chosen scope and recommends cohesive boundaries. Use when reviewing mixed responsibilities in files, classes, or modules.

2026-06-11
changes
소프트웨어 개발자

Inspects staged and unstaged changes and groups them into coherent change sets. Use when reviewing what changed before committing.

2026-06-11
conflicts
소프트웨어 개발자

Resolves in-progress merge/rebase/cherry-pick/revert conflicts and continues the git operation. Use when a git operation stops on conflicts.

2026-06-11
rebase
소프트웨어 개발자

Rebases one branch onto a new base with conflict delegation and optional force-push lease. Use when a branch needs safe direct rebasing.

2026-06-11
pr-ci
소프트웨어 개발자

Investigates and fixes failed PR CI jobs end-to-end for the current branch. Use when branch CI failures need resolution.

2026-06-11
pr-comments
소프트웨어 개발자

Resolves unresolved PR review comments with code changes, validation, and thread follow-up. Use when review feedback must be addressed end-to-end.

2026-06-11
pr-info
소프트웨어 개발자

Finds the PR for the current branch (or URL), verifies it, and returns key metadata. Use when PR context is needed before PR work.

2026-06-11
deslop
기술 작가

Remove AI writing patterns from prose. Use this skill when writing, drafting, editing, reviewing, or revising any text to eliminate predictable AI tells, slop, and formulaic patterns.

2026-06-11
extract
소프트웨어 개발자

Identifies extraction opportunities from DRY and SRP findings and proposes reusable boundaries. Use when planning concrete code extractions in a chosen scope.

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

Confirms and normalizes analysis scope, then returns clear scope assumptions. Use when work needs explicit boundaries before scanning files.

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

Creates well-formed commit(s) from current changes with grouped diffs and clear messages. Use when current work is ready to commit.

2026-06-06
issue-create
소프트웨어 개발자

Creates GitHub issues with normalized fields, optional metadata, and verification. Use when opening an issue, including optional parent linking.

2026-06-06
pr-rebase
소프트웨어 개발자

Rebases the current branch onto its PR base and force-pushes with lease. Use when syncing a PR branch with its target base.

2026-06-06
pr-restack
소프트웨어 개발자

Restacks dependent branches after upstream rebase/merge/force-push changes. Use when a PR stack needs bases realigned.

2026-06-06