Logger setup and usage guidance. Use when logging is needed and no logger is present.
cat ~/Top
Parcourez les meilleurs skills triés par étoiles GitHub
Use for Python project setup and structure. Enforce uv with pyproject.toml (use workspaces when applicable) and...
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an...
调用ima的skill方式
Feature-first init: create or reuse worktree/branch and seed per-feature context. Git-aware and idempotent.
Create or refresh AGENTS.md + .dev-docs baseline (feature registry, templates, commands, checklists) so Codex can...
Implement the current plan from TASKS (feature-first). Git-aware; no git ops in local mode.
Create or update a feature registry entry and seed feature files. Feature-first, safe, idempotent.
Select an existing feature as current without modifying registry data.
Show resolved feature mapping and paths. No changes.
Save durable session handoff for a feature to WORKING.md plus history snapshot. Feature-first, safe.
Plan the current feature (feature-first). Resolve registry/spec, detect Mode, and write tasks.
Auto-merge PR via gh and fully clean up feature worktree/branch/metadata. Feature-first, safe, idempotent.
Generate a PR-ready draft from TASKS, diff, and review status. Feature-first and git-aware.
Mode-aware PR open for current feature: commit (if needed) + push + open PR via gh.
Perform CI-parity self-review for the current feature. Feature-first, git/local safe.
Run the full dev loop for the current feature with guardrails. Feature-first and git/local safe.
Generate Chinese official document (公文) Word files from controlled Markdown or JSON. Use when producing or updating...
Control the Grabbit CLI to record browser interactions (HAR) and generate API workflows. Use this skill when the...
Implement a new variant in Fairy-Stockfish, either as built-in or variants.ini config
Product types, sum types, semigroups, monoids, Eq, Ord, and building custom type class instances for domain modeling...
Practical async patterns using TaskEither - clean pipelines instead of try/catch hell, with real API examples
Functional programming patterns for Node.js/Deno backend development using fp-ts, ReaderTaskEither, and functional...
Practical patterns for composing functions in TypeScript using pipe, flow, and functional design principles