Topic: skills
17,247 skills in this topic.
-
finding-shelter
寻找庇护所 - 帮助Stella在盖亚星球度过第一个夜晚,寻找或建造安全的临时住所
aiskillstore/marketplace 232
-
first-alien-encounter
神秘接触 - Stella终于与盖亚星球的智慧生命面对面接触,一次改变一切的遭遇
aiskillstore/marketplace 232
-
how-to-create-claude-code-skill
A guide to creating Claude Code Skills.
aiskillstore/marketplace 232
-
planning-the-escape
逃离计划 - 最终章,Stella必须决定是否修复飞船返回地球,还是留在盖亚,这是艰难的抉择
aiskillstore/marketplace 232
-
repairing-signal-tower
信号塔修复 - Stella尝试修复或建造信号发射装置,希望联系地球或发送求救信号
aiskillstore/marketplace 232
-
space-cooking-adventure
太空料理 - 轻松搞笑的章节,Stella尝试用盖亚食材创造美味食物,结果既有灾难也有惊喜
aiskillstore/marketplace 232
-
studying-alien-flora
奇异植物 - Stella深入研究盖亚星球的植物生态,发现既美丽又危险的外星植被,并尝试找到可利用的资源
aiskillstore/marketplace 232
-
surviving-the-storm
风暴求生 - 盖亚星球遭遇极端天气,Stella必须在双星磁暴和狂风暴雨中保护自己和营地
aiskillstore/marketplace 232
-
water-crisis
水源危机 - Stella的饮用水即将耗尽,必须在盖亚星球上寻找、检测和净化水源以维持生存
aiskillstore/marketplace 232
-
brainstorming
Collaborative design exploration that refines ideas into validated specs through iterative questioning. Use before any creative work including creating features, building components, adding functionality, or modifying behavior.
aiskillstore/marketplace 232
-
dispatching-parallel-agents
Dispatches one subagent per independent domain to parallelize investigation/fixes. Use when you have 2+ unrelated failures (e.g., separate failing test files, subsystems, bugs) with no shared state or ordering dependencies.
aiskillstore/marketplace 232
-
executing-plans
Disciplined plan execution for implementation tasks. Use when executing a saved implementation plan, following step-by-step instructions from a plan document.
aiskillstore/marketplace 232
-
finishing-a-development-branch
Git branch completion workflow. Use when implementation is complete, tests pass, and a feature branch needs to be integrated via merge, pull request, or cleanup.
aiskillstore/marketplace 232
-
receiving-code-review
Assesses and responds to incoming code review feedback on PRs (reviewer comments, requested changes), especially when suggestions are unclear, technically questionable, or scope-expanding. Use before implementing review suggestions to align on intent and keep changes minimal.
aiskillstore/marketplace 232
-
requesting-code-review
Use when you need to request a code review for a PR/MR and want a consistent review brief (context, scope, risk areas, test instructions, acceptance criteria) before merge.
aiskillstore/marketplace 232
-
subagent-driven-development
Sequential subagent execution with two-stage review gates for implementation plans. Use when executing multi-task plans in current session, when tasks need fresh subagent context to avoid pollution, when formal review cycles (spec compliance then code quality) are required between tasks, or when you need diff-based validation of each task before proceeding.
aiskillstore/marketplace 232
-
systematic-debugging
Root cause analysis for debugging. Use when bugs, test failures, or unexpected behavior have non-obvious causes, or after multiple fix attempts have failed.
aiskillstore/marketplace 232
-
test-driven-development
Red-green-refactor development methodology requiring verified test coverage. Use for feature implementation, bugfixes, refactoring, or any behavior changes where tests must prove correctness.
aiskillstore/marketplace 232
-
using-git-worktrees
Git worktree–based workspace isolation for parallel or non-disruptive development. Use when work must occur without modifying or interfering with the current working tree.
aiskillstore/marketplace 232
-
using-superpowers
Meta-skill enforcing skill discovery and invocation discipline through mandatory workflows. Use when starting any conversation to check for relevant skills before any response, ensuring skill-first workflow before proceeding.
aiskillstore/marketplace 232
-
verification-before-completion
Verification discipline for completion claims. Use when about to assert success, claim a fix is complete, report tests passing, or before commits and PRs. Enforces evidence-first workflow.
aiskillstore/marketplace 232
-
writing-plans
Structured implementation planning for multi-step development tasks. Use when you have a spec or requirements and need to break work into executable steps.
aiskillstore/marketplace 232
-
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
aiskillstore/marketplace 232
-
backend-dev-guidelines
Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.
aiskillstore/marketplace 232