Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

agent-lib

يحتوي agent-lib على 11 من skills المجمعة من slagyr، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
11
Stars
0
محدث
2026-07-14
Forks
0
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

planning
متخصصو إدارة المشاريع

Use this skill when co-authoring beans and Gherkin scenarios with the user — planning sessions that turn intent into feature files and implementation beans. Covers the partnering craft: investigate before asserting, settle design before drafting, ask vs. decide, recording decisions, and the anti-patterns that wreck planning sessions.

2026-07-14
beans-multi-worker
مطوّرو البرمجيات

Use this skill when multiple workers (parallel checkouts, separate machines, or human + agent) share a single beans tracker. Covers session close protocol, when to pull, and resolving git conflicts on bean files.

2026-05-19
c3kit-schema
مصممو قواعد البيانات

Use this skill when working with c3kit.apron.schema — defining schemas, calling coerce/validate/conform/present, handling errors, or writing custom spec functions. Covers the full API including nested types, entity-level specs, and error handling.

2026-05-15
c3kit
مطوّرو البرمجيات

Use this skill when working in projects that depend on c3kit libraries (apron, bucket, wire, scaffold). Covers the schema system, database API, web layer, app lifecycle, and conventions specific to the c3kit ecosystem.

2026-05-12
architecture
مطوّرو البرمجيات

Use this skill when organizing directories, designing namespace boundaries, or deciding what belongs at the top level. Covers Screaming Architecture, domain-as-interface seams (Ports & Adapters at the directory level), and implicit/explicit API pairs.

2026-05-09
clojure
مطوّرو البرمجيات

Use this skill when writing, reviewing, or refactoring Clojure or ClojureScript code. Covers naming, formatting, function design, state management, error handling, threading, and cross-platform conventions.

2026-05-09
gherkin
محللو ضمان جودة البرمجيات والمختبرون

Use this skill when writing, reviewing, or planning Gherkin feature files (.feature). Covers scenario design, step writing, anti-patterns, and acceptance test strategy.

2026-05-09
logging
مطوّرو البرمجيات

Use this skill when adding logging to production code or asserting on log output in tests. Covers structured logging, level discipline (info/warn/error/debug), event-keyword conventions (:domain/action), and feature-test assertions on log entries.

2026-05-09
refactor
مطوّرو البرمجيات

Use this skill when extracting helpers, renaming functions, replacing magic numbers, or otherwise restructuring code without changing behavior. Covers extract method/namespace, rename, magic-number-to-constant, and the discipline of rewiring callers immediately.

2026-05-09
smells
محللو ضمان جودة البرمجيات والمختبرون

Use this skill when reviewing code or specs for code smells. Covers dead code, unused bindings, duplication, magic numbers, long parameter lists, god namespaces, sleeping in tests, exception ping-pong, and testing smells (bare assertions, table-driven examples, nested describe).

2026-05-09
tdd
محللو ضمان جودة البرمجيات والمختبرون

Use this skill when writing code, fixing bugs, adding features, or refactoring. This skill enforces Test-Driven Development — write a failing test first, make it pass with the simplest code, then refactor. No production code without a failing test.

2026-05-09