Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

agentic-sdk

agentic-sdk contient 59 skills collectées depuis leifericf, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
59
Stars
5
mis à jour
2026-07-04
Forks
3
Couverture métier
5 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

check-style
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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

2026-06-29
add-language
Développeurs de logiciels

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

2026-06-29
add-tech
Développeurs de logiciels

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

2026-06-29
advance-plan
Développeurs de logiciels

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

2026-06-29
analyze-root-cause
Développeurs de logiciels

Trace the causal chain from trigger to failure

2026-06-29
assess-risk
Développeurs de logiciels

Assess pre-deployment risk with rollback plans

2026-06-29
audit-code
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-29
bootstrap-project
Développeurs de logiciels

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

2026-06-29
capture-guidance
Développeurs de logiciels

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
Spécialistes en gestion de projets

Create a prioritized backlog from the technical design

2026-06-29
define-requirements
Spécialistes en gestion de projets

Define testable, scoped requirements

2026-06-29
describe-problem
Développeurs de logiciels

Clarify the user problem, constraints, and success criteria

2026-06-29
design-technical
Développeurs de logiciels

Design architecture, components, and data flows

2026-06-29
design-ux
Concepteurs web et d'interfaces numériques

Establish UX guardrails and interaction patterns

2026-06-29
fix-bug
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-29
implement-change
Développeurs de logiciels

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

2026-06-29
incorporate-feedback
Développeurs de logiciels

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

2026-06-29
investigate
Administrateurs de réseaux et de systèmes informatiques

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

2026-06-29
plan-feature
Développeurs de logiciels

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

2026-06-29
plan-system
Développeurs de logiciels

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

2026-06-29
plan-work
Développeurs de logiciels

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
Développeurs de logiciels

Run a blameless incident review with action items

2026-06-29
review-risks
Spécialistes en gestion de projets

Surface risky assumptions and missing acceptance criteria

2026-06-29
ship
Développeurs de logiciels

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

2026-06-29
triage-logs
Administrateurs de réseaux et de systèmes informatiques

Turn noisy signals into structured analysis

2026-06-29
verify-lanes
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Concepteurs web et d'interfaces numériques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Administrateurs de réseaux et de systèmes informatiques

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
Développeurs de logiciels

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
Affichage des 40 principaux skills collectés sur 59 dans ce dépôt.