Agent skill
use-zfeats
Plan and execute complex features using markdown checklists. Use when the user asks to "plan a feature", "create a checklist", or "break down a task".
Install this agent skill to your Project
npx add-skill https://github.com/lollipopkit/cc-skills/tree/main/use-zfeats
SKILL.md
Use zfeats for plans
Instructions
- Create or open a zfeats markdown file named after the feature (kebab-case) under
zfeats/(e.g.,zfeats/new-feature.md). - At the top, add a short context/goal, then enumerate steps as checkbox lines only:
- [ ] step detail(no unchecked bullets without boxes). - Steps should be actionable, scoped, and ordered; avoid vague items. Split big steps until each can be finished in one go.
- When implementing, work from the checklist in order. After completing a step, immediately update the same file to
- [x] ...with any brief note if useful. - If new work is discovered, append new
- [ ]items; do not delete history unless invalid—strike or annotate instead. - Keep the checklist as the source of truth while coding; ensure code changes correspond to items and mark them done only after verification/tests for that step.
- When finished, ensure all planned items are
- [x]or explicitly documented as deferred.
Example prompts
- "为多平台支持写一份 zfeats 计划并开始执行"
- "把发送队列优化拆分为清单,完成第一步并勾选"
- "查看并更新 zfeats/msg-queue.md 的完成情况"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gh-cli
Interact with GitHub repositories, PRs, and issues using the `gh` CLI. Use when the user asks to "list PRs", "check out PR", "view issue", or "create release".
use-fllib
Use fl_lib stores, widgets, utils, and extensions in Flutter apps. Use when requests mention fl_lib APIs or integration.
supabase-rest
Inspect Supabase database schemas and data. Use when the user asks to "check table", "list columns", or "query data" in Supabase. READ-ONLY.
flutter-std
Build and debug Flutter/Dart apps with Riverpod (codegen), Freezed, and GoRouter. Use when implementing Flutter features, running apps, hot reload/restart, or debugging UI.
context7-mcp
Retrieve official library documentation and API references. Use when the user asks for "docs", "API signature", "usage examples", or "how to use" a specific package.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Didn't find tool you were looking for?