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

agentic-sdk

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

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

このリポジトリの skills

check-style
ソフトウェア品質保証アナリスト・テスター

Review dimension for naming, idiom, comment debt, and AI tells against the codified per-language and prose standards. Invoked by reviewer agents over one module shard.

2026-07-04
write-c
ソフトウェア開発者

Recipe for writing C in the runtime, module placement and the ownership and control-flow discipline. Invoked by writer agents when a C unit is dispatched.

2026-07-04
write-clj
ソフトウェア開発者

Recipe for writing Clojure, Functional Core / Imperative Shell at the function level (namespaces by domain), native wrappers, and the boundary discipline. Invoked when writing Clojure for the project.

2026-07-04
write-elixir
ソフトウェア開発者

Recipe for writing Elixir, pure functions in modules as the core and GenServer plus OTP as the shell, supervision trees, and NIF discipline for the C and Zig edge. Invoked when writing Elixir for the project.

2026-07-04
write-prose
ソフトウェア開発者

Recipe for any English the agent produces in this project, commits, comments, docstrings, ADRs, design docs, skill bodies, changelog, error messages, project guides. Optimizes for terse, humanized prose with no em dashes and no AI tells. Invoke for any prose-writing activity.

2026-07-04
write-zig
ソフトウェア開発者

Recipe for writing Zig, native bodies and edge wrappers, the allocator and lifetime discipline, and the hot-path rules. Invoked when writing or editing any Zig source.

2026-07-04
check-factoring
ソフトウェア品質保証アナリスト・テスター

Review dimension for module boundaries, dependency direction, pure/effect and native leakage, duplication, and oversized units. Invoked by reviewer agents over one module shard.

2026-07-01
run-review-round
ソフトウェア品質保証アナリスト・テスター

The authoritative procedure for one review round: lanes, reviewer fan-out, spine triage, level-ordered editor waves, integrate, verify, advance.

2026-06-30
add-dimension
ソフトウェア開発者

Generate a check-<dimension> recipe for a bug class the active set misses

2026-06-29
add-language
ソフトウェア開発者

Generate a write-<lang> recipe for a language outside the curated four

2026-06-29
add-tech
ソフトウェア開発者

Add a non-language concern, a lane entry, a spine task, or a hook

2026-06-29
advance-plan
ソフトウェア開発者

Drive a chunk of the plan to completion unattended, phase by phase

2026-06-29
analyze-root-cause
ソフトウェア開発者

Trace the causal chain from trigger to failure

2026-06-29
assess-risk
ソフトウェア開発者

Assess pre-deployment risk with rollback plans

2026-06-29
audit-code
ソフトウェア品質保証アナリスト・テスター

Review and fix any scope, round after round until a dry round

2026-06-29
bootstrap-project
ソフトウェア開発者

Detect the stack, write the descriptor, materialize recipes and scaffolding

2026-06-29
capture-guidance
ソフトウェア開発者

Capture a correction or interaction preference mid-session at near-zero cost, route it to the right home, and return to the work.

2026-06-29
create-backlog
プロジェクト管理専門家

Create a prioritized backlog from the technical design

2026-06-29
define-requirements
プロジェクト管理専門家

Define testable, scoped requirements

2026-06-29
describe-problem
ソフトウェア開発者

Clarify the user problem, constraints, and success criteria

2026-06-29
design-technical
ソフトウェア開発者

Design architecture, components, and data flows

2026-06-29
design-ux
ウェブ・デジタルインターフェースデザイナー

Establish UX guardrails and interaction patterns

2026-06-29
fix-bug
ソフトウェア品質保証アナリスト・テスター

Fix one bug end to end, from reproducer to one commit

2026-06-29
implement-change
ソフトウェア開発者

Build one change end to end on the current tip, review-clean and ready to land

2026-06-29
incorporate-feedback
ソフトウェア開発者

Promote captured guidance from the inbox into its durable home, empty the inbox, one commit.

2026-06-29
investigate
ネットワーク・コンピュータシステム管理者

Triage an incident to root cause and a follow-up plan

2026-06-29
plan-feature
ソフトウェア開発者

Turn a backlog item into slices, a Gherkin spec, and a plan

2026-06-29
plan-system
ソフトウェア開発者

Turn a problem or idea into an approved backlog and feature plan

2026-06-29
plan-work
ソフトウェア開発者

Decompose a chunk of the approved plan into a forward-only DAG of phases and tasks, write it to plan.edn, return a compact summary

2026-06-29
review-incident
ソフトウェア開発者

Run a blameless incident review with action items

2026-06-29
review-risks
プロジェクト管理専門家

Surface risky assumptions and missing acceptance criteria

2026-06-29
ship
ソフトウェア開発者

Cut a release end to end, from lane gate to tag and trunk advance

2026-06-29
triage-logs
ネットワーク・コンピュータシステム管理者

Turn noisy signals into structured analysis

2026-06-29
verify-lanes
ソフトウェア品質保証アナリスト・テスター

The verification lane table. Runs the descriptor's three lane tiers in order and reports pass or fail per lane. Invoked by the verifier agent and the review-round-runner.

2026-06-29
apply-findings
ソフトウェア品質保証アナリスト・テスター

Fix the punch-list findings assigned to you, one module at one level, smallest sufficient edit, verify then land. Run by editor agents.

2026-06-26
design-ui
ウェブ・デジタルインターフェースデザイナー

Design a UI surface before it is implemented, the four-layer procedure (intent, information architecture, interaction, presentation) chosen from tokens, plus the full set of states. Invoked before write-ui when a new or changed UI surface needs a design.

2026-06-26
develop-at-repl
ソフトウェア開発者

The project's interactive eval loop. Connect once, evaluate small forms, read the value, adjust. The discipline the write-time recipes run inside.

2026-06-26
gather-module-context
ソフトウェア開発者

Produce a compact module brief for a dispatched agent, built from disk, returned as the final message, never written to disk.

2026-06-26
maintain-toolchain
ネットワーク・コンピュータシステム管理者

Toolchain maintenance. The pin, the doctor check, the bump ritual, and the investigated-ceiling cache. Invoked by the verifier agent and maintainer dispatches.

2026-06-26
run-spike
ソフトウェア開発者

Run a risk spike: name the load-bearing unknown, time-box it, build a throwaway harness that exercises the seam at and beyond expected load, decide go or no-go or mitigate, feed the outcome forward.

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