- 📄 async-io.md
- 📄 c-interop.md
- 📄 idioms.md
Write idiomatic Zig code following the Zen of Zig philosophy. Use for systems programming with Zig (.zig files), covering manual memory management with allocators, error unions and explicit error handling, compile-time programming (comptime), data-oriented design, and the new async/Io model. Applies functional programming parallels (Result types, ADTs, explicit effects) for C-free systems development.
- 📁 cli/
- 📁 cmd/
- 📄 AGENTS.md
- 📄 config.yaml
- 📄 go.mod
A demonstration of the structcli library with beautiful CLI features. Use when you need to: display logs for a service, optionally streaming with --follow, demonstrate that flagpreset aliases are syntactic sugar and still flow through transform and validate, start the server with the specified configuration, print version information, add a new user to the system with the specified details.
Retrieve customer service templates from docs/data/templates.json, fill variables, and generate ready-to-send ecommerce support replies by platform, industry, and scenario.
- 📁 core/
- 📁 examples/
- 📁 prompts/
- 📄 .gitignore
- 📄 cli.py
- 📄 mcp_server.py
重逢 - 让逝去的亲人以另一种方式继续陪伴
- 📁 assets/
- 📁 cases/
- 📁 references/
- 📄 .gitattributes
- 📄 .gitignore
- 📄 CLAUDE.md
Design presentation slides, infographic pages, and PPT-style visuals as 1600x900 HTML slides with optional PPT export. Use when the agent needs to pick or explain a slide style, recommend styles based on content, generate one or more static HTML slides, support `background_mode` paper or white for compatible light styles, or render finished slides into a high-fidelity image-based PPTX.
>-
扫描项目技术栈,推荐并安装匹配的 agent skills 套装。Use when starting a new project, onboarding to a codebase, or when the user asks "what skills should I install", "recommend skills for this project", "auto setup skills".
- 📁 .claude-plugin/
- 📁 commands/
- 📁 docs/
- 📄 .gitignore
- 📄 LICENSE
- 📄 README.md
Engineering methodology skill for all tasks. Core behaviors: clarify before assuming, investigate before asking, verify before delivering, review full dependency chains, match existing code style. Trigger on: any task start, code development, debugging, multi-step work. Do NOT skip just because the task looks easy.
Triages unresolved PR review comments using gh-pr-reviews. Analyzes code context and classifies each comment as Agree / Partially Agree / Disagree. Walks through each comment one-by-one, asking the user what action to take. Use when the user wants to triage, review, or analyze unresolved PR comments.
Create and manage Anki flashcards. Use when the user wants to create flashcards, add notes to Anki, manage decks, or work with spaced repetition learning. Also use when user mentions "anki", "make cards", "add to anki", "learn this", "memorize", "remember this", "SRS", or asks to turn content into flashcards.
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
Short.