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

my-agent-skills

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

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

이 저장소의 skills

wayfinder
소프트웨어 개발자

Plan a huge chunk of work — more than one agent session can hold — as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way is clear. On ticket close, may offer ADRs (promotion into docs/adr/) when ADR-POLICY criteria hold.

2026-07-18
grill-with-docs
소프트웨어 개발자

Sharpen a plan or design against this codebase via grilling + domain-modeling (CONTEXT.md / ADR offers). May offer /wayfinder when fog appears. Invoke with `/grill-with-docs`.

2026-07-18
docker-patterns
네트워크·컴퓨터 시스템 관리자

Applies Dockerfile, Docker Compose, BuildKit, and container security patterns for local development and hardened deployable images. Use when authoring Dockerfiles or compose files, wiring secrets (runtime vs build-time), reproducible bases, PID 1 and healthchecks, volumes and networking, supply-chain hygiene, or troubleshooting compose stacks.

2026-07-18
golang
소프트웨어 개발자

Routes Go work to the right reference guides and conventions for the task. Use when working on Go architecture, implementation, refactoring, concurrency, error handling, testing, performance, or code review.

2026-07-18
postgres-patterns
데이터베이스 아키텍트

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Use when writing SQL or migrations, designing schemas, troubleshooting slow queries, implementing Row Level Security, tuning connection pooling, or reviewing database changes. Based on Supabase-leaning Postgres practice.

2026-07-18
python-patterns
소프트웨어 개발자

Applies Python idioms, PEP 8 norms, typing, packaging, concurrency, tooling, and performance discipline to everyday Python code. Use when writing, reviewing, refactoring, or packaging Python; when the user names type hints, dataclasses, pytest, ruff/black/mypy, asyncio, concurrency, EAFP vs LBYL, or Python idioms; or asks for a Python-specific code-quality pass.

2026-07-18
implement
소프트웨어 개발자

Implement a piece of work based on a spec or set of tickets.

2026-07-18
setup-work
소프트웨어 개발자

Optional per-repo bootstrap of `docs/agents/issue-tracker.md` and `docs/agents/domain.md` so engineering skills know where issues live (local markdown under `work/` by default; GitHub and GitLab also supported) and how to consume domain docs. Not required for the default path — skills assume local `work/` and single-context `CONTEXT.md` / `docs/adr/` when these files are missing. Run when switching to GitHub/GitLab/custom tracker, changing tracker, or confirming multi-context domain layout.

2026-07-18
to-plan
소프트웨어 개발자

Publish a one-session implementation plan for /implement-plan — escape hatch when the build fits one context window.

2026-07-18
to-spec
소프트웨어 개발자

Turn the current conversation into a published spec, then validate it with /council and /best-practices-research — no interview, no tickets.

2026-07-18
to-tickets
소프트웨어 개발자

Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in one file per ticket locally, or native blocking links on a real tracker.

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

Diff/PR review: council → thermos/yagni → delta BPR → Sol merge. Report only.

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

YAGNI. Use when the user wants a lazy cut, pushes back on over-engineering, or another skill needs a YAGNI review pass. Skip non-coding requests.

2026-07-17
implement-plan
소프트웨어 개발자

Heavy one-shot implement of an attached plan (council → best practices → Karpathy → YAGNI).

2026-07-17
grilling
프로젝트 관리 전문가

Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.

2026-07-17
prototype
웹 개발자

Build a throwaway prototype to flesh out a design — a shareable HTML demo for state/business-logic questions, or several radically different UI variations toggleable from one route.

2026-07-17
architecture-decision-records
소프트웨어 개발자

Captures architectural decisions as lightweight ADRs with detailed rationale, optional expanded sections, scaffolding, and index maintenance. Detects decision moments, drafts for approval, writes files, and updates docs/adr/README.md. Use when recording why the codebase chose a pattern, library, or trade-off; when the user says ADR, record this decision, or why did we choose X.

2026-07-17
research
시장조사 분석가·마케팅 전문가

Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent — including when /wayfinder fires research tickets.

2026-07-15
handoff
소프트웨어 개발자

Writes a compact handoff to docs/handoffs/CURRENT.md from the current Agent chat so a new session or another agent can continue without re-deriving context. Use when the user asks for a handoff, session summary, continuation doc, context for the next chat, or ending work with follow-on tasks. Triggers: "handoff", "hand off", "summary for next session", "new agent", "pick up later", "/handoff".

2026-07-15
best-practices-research
소프트웨어 개발자

Runs recon on current best practices for a language, framework, or domain via live web search before implementing. Use when starting non-trivial work in an unfamiliar or fast-moving domain, library, or framework, or when the user asks to follow best practices, current practices, or "the modern way" to do something. Skip for routine edits or familiar, stable code.

2026-07-15
council
소프트웨어 개발자

Explores the codebase in a given area, spawns parallel Task subagents on Cursor first-party models for deep dives including off-angle coverage, then synthesizes results for the user's request or plan.

2026-07-15
improve-codebase-architecture
소프트웨어 개발자

Architecture review: scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through the candidate the user picks. Use for architecture review, deepening refactors, testability improvements, or `/improve-codebase-architecture`.

2026-07-15
recursive-decomposition
소프트웨어 개발자

Based on Recursive Language Models (RLM) research (Zhang, Kraska, Khattab, 2025), this skill guides handling tasks that exceed comfortable context limits through programmatic decomposition and recursive sub-inquiry. Triggers on phrases like "analyze all files", "process this large document", "aggregate information from", "search across the codebase", or work spanning 10+ files or 50k+ tokens.

2026-07-15
pitstop
소프트웨어 개발자

Pit-crew response mode for coding and agent work. Action-first, numbered steps, state restated every turn, compressed grammar by default.

2026-07-15
codebase-onboarding
소프트웨어 개발자

Analyze an unfamiliar codebase and produce a structured onboarding guide with architecture map, conventions, and a starter AGENTS.md.

2026-07-01
frontend-design
웹·디지털 인터페이스 디자이너

Distinctive, intentional visual design when building new UI or reshaping an existing one.

2026-07-01
frontend-slides
웹 개발자

Create animation-rich HTML presentations from scratch or by converting PowerPoint files.

2026-07-01
gpt-taste
웹 개발자

Awwwards-level GSAP marketing/landing page design with strict editorial typography and motion discipline.

2026-07-01
karpathy-guidelines
소프트웨어 개발자

Strict coding discipline — think before coding, simplify, surgical changes only, verifiable success criteria.

2026-07-01
diagnosing-bugs
소프트웨어 개발자

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

2026-06-24
domain-modeling
소프트웨어 개발자

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, or when another skill needs to maintain the domain model.

2026-06-24
explain-code
소프트웨어 개발자

Explains code in a short, scannable structure with a TL;DR, sectioned ideas, and small code examples. Use when the user wants code explained, summarized, walkthroughs, or documentation-style breakdowns.

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

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2026-06-24
teach
기타 중등 후 교사

Teaches the user a topic over multiple sessions using a grounded learning workspace under docs/learning/, with Exa-verified resources. Use when the user invokes /teach, asks to learn a concept, wants structured lessons, or needs curated resources, glossary terms, learning records, exercises, and HTML lessons.

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

fixture alpha

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

fixture beta

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

Mini fixture skill alpha

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

Mini fixture skill alpha

2026-05-31
beta
소프트웨어 품질 보증 분석가·테스터

Mini fixture skill beta

2026-05-31
document
소프트웨어 개발자

Creates or updates durable project documentation—README sections, architecture docs, API docs, examples, migration notes, devops docs, runbooks, and usage guides verified against code. Use when the user asks to document behavior, write or update repo docs, refresh README, add API or runbook docs, capture how something works in the repository, or remove stale documentation after code changes. Triggers: "document this", "update the README", "write a runbook", "add docs for", "document the API", "capture how X works in the repo", "/document".

2026-05-30
이 저장소에서 수집된 skills 42개 중 상위 40개를 표시합니다.