最高评分

社区最喜爱的高星技能,质量有保障。

显示 97-120 / 共 196 个技能
arabold

godot-mcp

arabold

Use when working on this Godot 4.7 C# project's scenes, GridMaps, mesh libraries, or .tres/.tscn resources — including hand-authoring or validating resources, fixing UID/import issues, and editor or headless game smoke checks. Covers this machine's Godot and dotnet binary paths, the build->import->validate workflow, and a headless GDScript validation harness. Not needed for pure C# logic changes where dotnet build alone verifies the work.

游戏开发 4 2个月前
arabold

assets

arabold

Use when discovering, downloading, or adding new 3D/2D/audio assets to this game from curated free sources (KayKit, Quaternius, Kenney, Poly Pizza) or generating our own via image-to-3D. Covers the two automation channels (KayKit GitHub + Poly Pizza API), the download->manifest->import workflow, licensing/style rules, and the experimental AI authoring path. Policy and the asset manifest live in assets/AGENTS.md; this skill is the how-to and the scripts. Not needed for editing assets already in the repo.

设计 4 2个月前
kbrdn1

premortem

kbrdn1

"Exécute un premortem sur n'importe quel plan, lancement, produit, recrutement, stratégie ou décision. Suppose que ça a déjà échoué 6 mois plus tard et remonte dans le temps pour trouver tous les motifs. Produit un plan révisé avec les angles morts exposés. DÉCLENCHEURS OBLIGATOIRES : 'premortem ça', 'premortem mon', 'exécute un premortem', 'qu'est-ce qui pourrait tuer ça', 'stress-teste ce plan', 'qu'est-ce que je rate ici', 'trouve les angles morts'. DÉCLENCHEURS FORTS : 'qu'est-ce qui pourrait mal tourner', 'est-ce que je rate quelque chose', 'troue ce plan', 'où ça va casser', 'avocat du diable'. NE PAS déclencher sur des demandes simples de retour, des questions factuelles ou des demandes au Conseil LLM. DÉCLENCHER quand quelqu'un a un plan ou un engagement où le coût de se tromper est élevé."

注释 3 今天
kbrdn1

prompt-agent

kbrdn1

Create and optimize agent prompts with agent-specific patterns

代码生成 3 今天
kbrdn1

prompt-command

kbrdn1

Create and optimize command prompts with command-specific patterns

CLI 工具 3 今天
kbrdn1

run-tasks

kbrdn1

Execute GitHub issues or task files with full EPCT workflow and PR creation

注释 3 今天
kbrdn1

spec-git-flow-branch

kbrdn1

Spec-driven end-to-end GitHub workflow on a branch in the current checkout — opens the issue via gh, creates a feature branch (<type>/#<issue>-<slug>) from the up-to-date default branch, then runs the full Spec Kit cycle (speckit.specify → speckit.plan → speckit.tasks → speckit.implement) on it, makes atomic Gitmoji/Conventional commits referencing the issue, pushes, and opens a PR. Issue-first numbering: the GitHub issue number drives the branch AND the spec directory (<issue>-<slug>). Triggers on "spec issue branch PR", "speckit branch flow", "spec-driven branch", "specify then branch then implement", and any request that combines speckit.specify/speckit.implement with a feature branch (NOT a worktree). Use this skill (not spec-git-flow-worktree) when the spec-driven change should live in the current checkout without a worktree.

Git 与版本控制 3 今天
kbrdn1

spec-git-flow-worktree

kbrdn1

Spec-driven end-to-end GitHub workflow in an isolated git worktree — opens the issue via gh, creates a clean worktree with gwm, then runs the full Spec Kit cycle (speckit.specify → speckit.plan → speckit.tasks → speckit.implement) inside it, makes atomic Gitmoji/Conventional commits referencing the issue, pushes, and opens a PR. Issue-first numbering: the GitHub issue number drives the branch (<type>/#<issue>-<slug>) AND the spec directory (<issue>-<slug>). Triggers on "spec issue worktree PR", "speckit worktree flow", "spec-driven worktree", "specify then worktree then implement", and any request that combines speckit.specify/speckit.implement with gwm + gh issue. Use this skill (not spec-git-flow-branch) whenever the spec-driven change should live in an isolated worktree rather than the current checkout.

Git 与版本控制 3 今天
kbrdn1

speckit.analyze

kbrdn1

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

数据处理 3 今天
kbrdn1

speckit.checklist

kbrdn1

Generate a custom checklist for the current feature based on user requirements.

设计 3 今天
kbrdn1

speckit.clarify

kbrdn1

Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.

数据处理 3 今天
kbrdn1

speckit.constitution

kbrdn1

Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.

模板 3 今天
kbrdn1

speckit.converge

kbrdn1

Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new, traceable tasks to tasks.md so speckit.implement can complete it. Append-only — never rewrites spec/plan or existing tasks, never edits code.

代码生成 3 今天
kbrdn1

speckit.implement

kbrdn1

Execute the implementation plan by processing and executing all tasks defined in tasks.md

模板 3 今天
kbrdn1

speckit.install

kbrdn1

Bootstrap the SpecKit spec-driven development system into any project directory.

代码生成 3 今天
kbrdn1

speckit.plan

kbrdn1

Execute the implementation planning workflow using the plan template to generate design artifacts.

代码生成 3 今天
kbrdn1

speckit.specify

kbrdn1

Create or update the feature specification from a natural language feature description.

设计 3 今天
kbrdn1

speckit.tasks

kbrdn1

Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.

数据处理 3 今天
kbrdn1

speckit.taskstoissues

kbrdn1

Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.

Git 与版本控制 3 今天
kbrdn1

use-spark

kbrdn1

Use the spark CLI to access the user's Spark email data - list emails, search by topic, read threads, check calendar events, find availability, look up contacts, and view team info. Use when the user asks about their emails, calendar, contacts, meetings, or scheduling.

注释 3 今天
kbrdn1

watch-ci

kbrdn1

Monitor CI pipeline and automatically fix failures until green

CI/CD 3 今天
kbrdn1

worktree-wrapper

kbrdn1

Manage git worktrees for fiches-pedagogiques via the local wrapper script tools/worktree-manager.sh (backed by gwq). Use when the user asks to create/list/remove/cleanup worktrees, runs make worktree, mentions gwq, or asks about the bootstrap_worktree_safety logic (.env.testing sqlite, AWS RDS guard, composer install, direnv allow). Triggers on "worktree", "worktree-manager", "gwq", "make worktree", "bootstrap worktree", "post_create".

CLI 工具 3 今天
kbrdn1

xlsx

kbrdn1

"Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas"

数据处理 3 今天
kbrdn1

agent-template

kbrdn1

Template de reference pour creer des sous-agents Claude Code (.claude/agents/). Contient le format frontmatter YAML, les champs supportes, et les patterns recommandes.

提示词 3 今天