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

agentic-sdk

agentic-sdk에는 leifericf에서 수집한 skills 59개가 있으며, 저장소 수준 직업 범위와 사이트 내 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개를 표시합니다.