Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

agent-smith-skills

agent-smith-skills には holgerleichsenring から収集した 95 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
95
Stars
0
更新
2026-07-20
Forks
0
職業カバレッジ
16 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

coding-agent-master
ソフトウェア開発者

Master loop body for coding pipelines. Plan + Execute + Verify in one agentic loop. Sub-agent fan-out guidance for spawn_agents.

2026-07-20
architect-investigator
ソフトウェア開発者

Architectural standard-setter and pattern guardian. Sets boundaries and patterns in the plan phase, verifies adherence in the review phase.

2026-07-10
architect-judge
ソフトウェア品質保証アナリスト・テスター

Architectural standard-setter and pattern guardian. Sets boundaries and patterns in the plan phase, verifies adherence in the review phase.

2026-07-10
architect-planner
ソフトウェア開発者

Architectural standard-setter and pattern guardian. Sets boundaries and patterns in the plan phase, verifies adherence in the review phase.

2026-07-10
architecture-verifier
ソフトウェア開発者

Compare Diff against coding-principles.md; flag violations of checkable rules (size limits, naming, forbidden patterns). Cites the rule + diff line as evidence.

2026-07-10
backend-developer-investigator
ソフトウェア開発者

Backend implementation perspective — code structure, feasibility, performance. Plans implementation in plan phase, reviews diff in review phase.

2026-07-10
backend-developer-judge
ソフトウェア開発者

Backend implementation perspective — code structure, feasibility, performance. Plans implementation in plan phase, reviews diff in review phase.

2026-07-10
backend-developer-planner
ソフトウェア開発者

Lead when ticket touches backend service code, handlers, or business logic. Analyst/reviewer when frontend/infra is primary. Backend perspective — handler shape, layer boundaries, DI wiring.

2026-07-10
build-verifier
ソフトウェア開発者

Static-analyze the Diff for likely build breakage: missing imports, removed-but-still-referenced members, broken interface signatures, malformed patches.

2026-07-10
dba-investigator
データベースアーキテクト

Database and data perspective — schema, migration strategy, query performance, data integrity. Lead when DB migration is primary; analyst/reviewer otherwise.

2026-07-10
dba-judge
データベースアーキテクト

Database and data perspective — schema, migration strategy, query performance, data integrity. Lead when DB migration is primary; analyst/reviewer otherwise.

2026-07-10
dba-planner
データベースアーキテクト

Database and data perspective — schema, migration strategy, query performance, data integrity. Lead when DB migration is primary; analyst/reviewer otherwise.

2026-07-10
devops-investigator
ネットワーク・コンピュータシステム管理者

Infrastructure, CI/CD, and deployment perspective. Plans deployment impact in plan phase, verifies infra/pipeline changes in review phase.

2026-07-10
devops-judge
ネットワーク・コンピュータシステム管理者

Infrastructure, CI/CD, and deployment perspective. Plans deployment impact in plan phase, verifies infra/pipeline changes in review phase.

2026-07-10
devops-planner
ネットワーク・コンピュータシステム管理者

Lead when ticket touches deployment, infra, CI/CD, or observability. Analyst/reviewer for code-only changes. Operations perspective — deployment topology, IaC, observability hooks.

2026-07-10
false-positive-filter
ソフトウェア品質保証アナリスト・テスター

Use in Final phase to reduce coding-pipeline observations to actionable items. Removes out-of-scope concerns, framework-handled cases, test-fixture flags, already-addressed-in-code items.

2026-07-10
frontend-developer-investigator
ウェブ開発者

Frontend implementation perspective — UI structure, state management, accessibility, performance. Plans in plan phase, reviews diff in review phase.

2026-07-10
frontend-developer-judge
ソフトウェア品質保証アナリスト・テスター

Frontend implementation perspective — UI structure, state management, accessibility, performance. Plans in plan phase, reviews diff in review phase.

2026-07-10
frontend-developer-planner
ウェブ開発者

Lead when ticket touches UI components, state management, or accessibility. Analyst/reviewer for backend-heavy work. Frontend perspective — component patterns, state shape, a11y.

2026-07-10
product-owner
プロジェクト管理専門家

Product perspective — acceptance criteria, user impact, scope clarity. Analyst-only — does not lead or perform code review.

2026-07-10
scope-verifier
ソフトウェア品質保証アナリスト・テスター

Flag Diff changes outside the freed Plan scope. Catches the Bug-18693 class of regressions where the implementer touches files the Plan did not declare.

2026-07-10
security-reviewer-investigator
情報セキュリティアナリスト

Security perspective — OWASP Top 10, auth/authz, input validation, secrets, encryption. Lead when security fix is primary; analyst/reviewer otherwise.

2026-07-10
security-reviewer-judge
情報セキュリティアナリスト

Security perspective — OWASP Top 10, auth/authz, input validation, secrets, encryption. Lead when security fix is primary; analyst/reviewer otherwise.

2026-07-10
security-reviewer-planner
情報セキュリティアナリスト

Security perspective — OWASP Top 10, auth/authz, input validation, secrets, encryption. Lead when security fix is primary; analyst/reviewer otherwise.

2026-07-10
test-verifier
ソフトウェア品質保証アナリスト・テスター

Static-analyze the Diff for test-coverage gaps and silent test removal. Flags new public surface without test changes; blocks on tests removed without justification.

2026-07-10
tester-investigator
ソフトウェア品質保証アナリスト・テスター

Test-strategy planner pre-execute, evidence-based test-coverage reviewer post-execute. No lead role — does not set architectural direction.

2026-07-10
tester-judge
ソフトウェア品質保証アナリスト・テスター

Test-strategy planner pre-execute, evidence-based test-coverage reviewer post-execute. No lead role — does not set architectural direction.

2026-07-10
tester-planner
ソフトウェア品質保証アナリスト・テスター

Lead when ticket primarily adds or restructures tests. Analyst/reviewer when production code is the focus. Testing perspective — test pyramid, coverage strategy, regression selection.

2026-07-10
project-bootstrap
ソフトウェア開発者

Write context.yaml + coding-principles.md for the component named in the user prompt. Paths come from the prompt, never hardcoded. ProjectMap + workdir + evidence drive language-aware output.

2026-07-10
api-security-master
情報セキュリティアナリスト

Master loop for the api-security-scan pipeline. Runs an API-pentest methodology over the OpenAPI spec, source, and Nuclei/Spectral/ZAP outputs to emit prioritized findings.

2026-07-10
security-master
情報セキュリティアナリスト

Master loop for the security-scan pipeline. Runs a code-security methodology over repo source plus static-pattern/git-history/dependency scanners to emit prioritized findings.

2026-07-10
correctness-reviewer
ソフトウェア品質保証アナリスト・テスター

Reviews PR-diff lines for logic, behaviour, and edge-case defects — the highest-severity dimension of the pr-review preset. Judge role, review phase.

2026-07-10
security-overlap-reviewer
情報セキュリティアナリスト

Maps the security-scan catalog's check dimensions onto PR-diff lines — a thin overlap pass, advisory next to the full security-scan preset. Judge role, review phase.

2026-07-10
style-reviewer
ソフトウェア品質保証アナリスト・テスター

Reviews PR-diff lines for style, naming, and readability violations against the project's coding principles. Judge role in the pr-review preset's review phase.

2026-07-10
test-coverage-reviewer
ソフトウェア品質保証アナリスト・テスター

Flags changed code paths in a PR that ship without matching test additions or changes, using the discovered test projects to know where tests live. Judge role, review phase.

2026-07-10
design-partner-master
ソフトウェア開発者

Master for the spec-dialog pipeline. A design partner: answers grounded questions and emits a typed outcome - answer, fix-bug ticket, phase draft, or epic of linked phases.

2026-07-10
legal-analyst-master
弁護士

Master loop body for the legal-analysis pipeline. Analyses a legal document and produces clause-level risk + obligation summaries.

2026-07-06
mad-discussion-master
プロジェクト管理専門家

Master for the mad-discussion pipeline. Runs five perspectives (dreamer / realist / philosopher / devils-advocate / silencer) via spawn_agents and synthesises a verdict.

2026-07-06
auth-tester
情報セキュリティアナリスト

Specializes in API authentication testing: JWT, OAuth, API keys, missing auth, Bearer vs Cookie, OAuth without PKCE

2026-06-09
context-generator-master
ソフトウェア開発者

Master prompt for generating a .context.yaml in Compact Context Specification (CCS) format.

2026-06-09
このリポジトリの収集済み skills 95 件中、上位 40 件を表示しています。