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

claude_marketplace

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

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

이 저장소의 skills

cc-project-context
기타 컴퓨터 관련 직업

Injects project context (AGENT_DOCS_DIR, active story) before every skill invocation via PreToolUse hook.

2026-05-23
ai-adoption-learn
기타 컴퓨터 관련 직업

Discover skills in this marketplace that match your workflow. Accepts a workload or task description, scans all released skills, and recommends the best matches with install commands. Use when users ask 'what skills are available', 'find a skill for X', 'which skill helps me with Y', 'what can I install', or 'recommend skills for my workflow'.

2026-05-23
arch-gather-nfr
소프트웨어 개발자

Collect non-functional requirements through interactive Q&A. Asks targeted questions about performance, scalability, security, reliability, and cost constraints. Invokable with /gather-nfr.

2026-05-22
review-compliance
소프트웨어 품질 보증 분석가·테스터

Validates business requirements compliance - generates OpenAPI specs, creates contract tests, and ensures acceptance criteria alignment

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

Hypothesis-driven bug investigation with mandatory regression tests

2026-05-22
git-commit
소프트웨어 개발자

Create git commits with configurable numbering (issue-based or sequential). Analyzes staged changes and generates commit messages following project conventions. Optionally creates GitHub issues if no active story exists.

2026-05-22
agent-architect
소프트웨어 개발자

Spawn the Architect agent to map business requirements to implementation details, produce implementation briefs, assess risks, and create ADRs. Use for standalone architecture tasks without the full agile team.

2026-05-17
agent-backend-dev
소프트웨어 개발자

Spawn the Backend Developer agent to implement backend handlers, infrastructure, and configuration to make integration tests pass (TDD green phase). Use for standalone backend implementation without the full agile team.

2026-05-17
agent-devops
네트워크·컴퓨터 시스템 관리자

Spawn the DevOps agent to provision infrastructure (CDK/IaC), schema migrations, and cloud resources. Makes infrastructure tests pass. Use for standalone infra work without the full agile team.

2026-05-17
agent-frontend-dev
웹 개발자

Spawn the Frontend Developer agent to implement frontend code (TypeScript, templates, CSS, build scripts) to make unit and e2e tests pass (TDD green phase). Use for standalone frontend implementation without the full agile team.

2026-05-17
agent-test-architect
소프트웨어 품질 보증 분석가·테스터

Spawn the Test Architect agent to write failing tests (TDD red phase) based on implementation briefs. Tests define contracts for developers to implement against. Use for standalone test authoring without the full agile team.

2026-05-17
pm-build
소프트웨어 개발자

Fleet orchestrator. Reads implementation-plan.yaml produced by the architect, resolves phase dependencies (topological sort), and spawns specialist agents (devops/backend-dev/frontend-dev) — parallel for independent phases, sequential when dependencies exist. Tracks build state in build-state.yaml.

2026-05-17
pm-pull-request
소프트웨어 개발자

Issue-tracker-agnostic PR router. Reads $AGENT_DOCS_DIR/project-config.yaml to determine issueTracker (github or gitlab) and delegates to /github:pull-request or /gitlab:pull-request. Defaults to github when config is absent or issueTracker is unset.

2026-05-17
pm
소프트웨어 개발자

PM (Team Lead) — fetch stories, enrich ACs/NFRs, manage story lifecycle, create PRs. Supports story-extract, story-validate, and build subcommands.

2026-05-17
gather-context
소프트웨어 개발자

Gather technical context from multiple sources including docs, code analysis, architecture files, and user input. Appends comprehensive context to active story for informed decision-making. Invokable with /gather-context.

2026-05-17
scout-prepare-for-dev
소프트웨어 개발자

Pre-implementation scout agent. Analyzes a "Ready for Dev" GitHub story in read-only mode — blast radius, architecture review, ADR check, task list, infra question resolution. Writes YAML report to docs/stories/{id}/. Invokable with /scout:prepare-for-dev [issue_number].

2026-05-17
team-agile-dev
소프트웨어 개발자

Spin up a 5-agent TDD team (PM, Architect, Test Architect, Backend Dev, Frontend Dev) that fetches the next Ready story and delivers it through a TDD-first workflow. Invokable with /agile-dev-team.

2026-05-17
arch-adr-yaml
소프트웨어 개발자

Generate a structured YAML Architecture Decision Record (MADR format) at $ADR_DIR/NNNN-slug.adr.yaml. Validates schema automatically via PostToolUse hook. Use /arch:adr-yaml to produce machine-readable ADR data before rendering with /arch:adr-render.

2026-05-17
arch-asyncapi-contract
소프트웨어 개발자

Generates an AsyncAPI 2.6 spec for new or changed event-driven channels in a story. Reads scout.yaml dependencies for SQS/SNS/EventBridge/Kafka references; writes async-{slug}.asyncapi.yaml to docs/stories/{id}/design/. Skips cleanly if no event channels are detected.

2026-05-17
arch-create-adr
소프트웨어 개발자

Generate Architecture Decision Records in MADR format with auto-numbering. Analyzes story context, NFRs, and technical context to create comprehensive ADRs. Invokable with /arch:create-adr.

2026-05-17
arch-design-implementation
소프트웨어 개발자

Orchestrates the post-scout design phase. Determines required artefacts, generates ADRs and diagrams, then delegates to arch:openapi-contract, arch:asyncapi-contract, arch:implementation-plan, and arch:design-review. Marks story ready-for-dev once all artefacts are approved.

2026-05-17
arch-design-review
소프트웨어 개발자

Posts design artefacts listed in design.yaml to GitHub one at a time, polls the issue for a reviewer reply, handles rejections with clarification comments, and marks the story ready-for-dev when all artefacts are approved. Fully driven through GitHub comments — no re-run required.

2026-05-17
arch-generate-strategic-questions
소프트웨어 개발자

Generates enterprise/org-level questions that must be answered before an implementation brief can be safely produced. Covers cloud infrastructure, security & compliance, architecture governance, team ownership, and cost/budget constraints. Skips questions already answered in existing ADRs or the NFR registry. Writes to $STORIES_DIR/{issueNumber}/strategic-questions.yaml (created if absent).

2026-05-17
arch-generate-tactical-questions
소프트웨어 개발자

Generates implementation-level questions about conventions and patterns already established in the codebase. Covers integration patterns, data schemas, API conventions, code conventions, testing strategy, and deployment. Every question includes a codebase_hint pointing scout to where the answer likely lives. Writes to $STORIES_DIR/{issueNumber}/tactical-questions.yaml (created if absent).

2026-05-17
arch-implementation-plan
소프트웨어 개발자

Produces a phased implementation plan from scout tasks and design artefacts. Mandatory multi-phase when total tasks > 20. Each phase annotated infrastructure|backend|frontend, independently deployable, with a deployability contract. Writes implementation-plan.yaml to docs/stories/{id}/design/.

2026-05-17
arch-openapi-contract
소프트웨어 개발자

Generates an OpenAPI 3.1.0 spec for new or changed HTTP endpoints in a story. Reads scout.yaml and relevant handler files; writes api-{slug}.openapi.yaml to docs/stories/{id}/design/. Skips cleanly if no HTTP endpoints are detected.

2026-05-17
cc-hooks
소프트웨어 개발자

Comprehensive Claude Code hooks configuration for notifications, validation, auto-formatting, safety checks, and context loading.

2026-05-17
github-issue-create
소프트웨어 개발자

Open or file a GitHub issue — bug report, feature request, task, investigation, or test failure. Interactive template-driven workflow with quality checks and validation.

2026-05-17
github-pull-request
소프트웨어 개발자

Create or update a PR coupled to the active story in $AGENT_DOCS_DIR/active-story.yaml. Auto-commits uncommitted changes via /git:commit. Checks for an existing open PR on the current branch — creates one if absent, updates it if present. Mirrors labels, assignees, and project from the linked GitHub issue. PR body is minimal: Closes #N plus changed domains only. Auto-resolves merge conflicts after creation.

2026-05-17
github-story-create
소프트웨어 개발자

Quick GitHub issue creation for commit workflow. Creates minimal issues with project prefix and stores in $AGENT_DOCS_DIR/active-story.yaml. Different from /fetch-story (planned work from Projects).

2026-05-17
fetch-story
소프트웨어 개발자

Populate $AGENT_DOCS_DIR/active-story.yaml from a GitHub issue. Accepts an issue number or URL as an optional argument. Falls back to the highest-priority Ready story from GitHub Projects when no argument is provided. Invokable with /fetch-story [number|url].

2026-05-17
github-story-finalize
소프트웨어 개발자

Close the loop on any completed GitHub issue (story, bug, task, or chore): update the issue body with actual work done, link the PR, apply type and domain labels, assign to self, and add to the GitHub Project board. Use after implementation is merged or verified complete. Accepts a GitHub issue URL or number as argument; falls back to $AGENT_DOCS_DIR/active-story.yaml. Invokable with /gh:story-finalize.

2026-05-17
play-story
소프트웨어 개발자

Put a story "in play" by fetching it from GitHub Projects, gathering NFRs, collecting context, and creating ADRs as needed. Invokable with /play-story.

2026-05-17
github-story-quality
소프트웨어 개발자

Analyze GitHub Project stories for SMART acceptance criteria and NFR coverage. Applies labels and posts structured feedback comments. Can run as a scheduled background assistant or manually via /check-story-quality.

2026-05-17
github-until-green
소프트웨어 개발자

Implement a scope of work end-to-end — writes code, commits, creates a PR, then loops fixing CI failures until all checks pass. Invoke with a natural language description of the work to do. Example: /until-green add validation to the email field in the signup form.

2026-05-17
arch-adr-render
소프트웨어 개발자

Convert a $ADR_DIR/NNNN-slug.adr.yaml file into a MADR-format Markdown file. Output path is same as input with .md extension. Use after /arch:adr-yaml.

2026-05-14
cc-sync-skills
소프트웨어 개발자

Push local skills to https://github.com/{{SKILLS_REPO_OWNER}}/{{SKILLS_REPO_NAME}} for reuse across projects. Discovers skills, syncs to remote repository, generates index, and reports results. Use when you want to share skills across projects or when user says "sync skills", "push skills to GitHub", or "share skills".

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

Validate skill files for proper YAML frontmatter format and valid Claude Code skill options

2026-04-05
cc-output-style
소프트웨어 개발자

Install JSON or YAML output styles for Claude Code — changes how Claude formats all responses to structured, machine-readable output. Use when the user wants to respond in JSON, output as YAML, build automation pipelines, pipe Claude output to scripts or tools, or switch to structured response mode. Trigger on phrases like "respond in JSON", "output as YAML", "structured output", "machine readable responses", "install output style", "json mode", "yaml mode".

2026-04-04
github-mermaid-diagram
소프트웨어 개발자

Generate GitHub-compatible Mermaid diagrams. Enforces GitHub rendering constraints (supported types, <br/> for line breaks, label quoting). Invokable with /github:mermaid-diagram or /mermaid.

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