Loading...
Loading...
Found 6,156 Skills
Pasa el paso 3 de borrador a automático, después de mostrarte los números que dicen si conviene.
Hace las preguntas 5 a 9 — catálogo, rango de precio, disponibilidad, palabras de escalación y canal interno.
Add a GitHub Actions workflow that posts code-size and cost statistics — lines of code, per-language breakdown, complexity, and a COCOMO "what would this cost to build" estimate — as a sticky comment on every pull request, using scc. Use when you want a per-PR code-stats or "worth of the codebase" comment, to show LOC / language breakdown or an estimated development cost/effort on PRs, to set up scc (Sloc Cloc and Code) in CI, to post or upsert a single self-updating bot comment from GitHub Actions, or to change the COCOMO salary/currency. Covers fork-PR token limits, runner architecture, version pinning, and comment pagination.
Deterministic issue-relationship graph over GitHub native sub-issues + dependencies — compute the ready set / parent-rollup candidates / close-kick targets as pure calculation (scripts, no LLM judgment), write real edges when creating spin-off issues, and mutually exclude terminal actions across parallel agents via claim-comment fencing. Called by issue-sweep (candidate injection), issue-review (edge writing + rollup), and the future agent:ready producer routine.
Execute a quick task with GSD guarantees (atomic commits, state tracking) but skip optional agents
Assisted Skill for Credit Application Submission. Automatically inventory notes and materials in customer files, assess completeness against the bank's pre-loan due diligence material standards, check for case conflicts and credit expiration status, generate a structured assessment report, and guide account managers to confirm submission. This Skill is used when users need to submit credit applications, initiate approval processes, apply for loan renewal, apply for additional credit, or assess whether materials are complete. Trigger words include: "submit credit application", "initiate approval", "submit credit", "loan renewal application", "additional credit application", "assess materials", "credit application submission", "initiate credit process". Not applicable to: post-loan management, risk classification adjustment, non-performing asset disposal, credit approval decision-making, or general consultations without specific customer background.
C# Openness implementation of project, portal, and library lifecycle.
Generate an interactive bash wizard that walks a human through steps only they can perform. Use when provisioning infrastructure, setting up credentials or CI secrets, walking an unfamiliar third-party dashboard, or running a one-off migration or cutover. Don't invoke this for steps the agent can perform itself.
Internal reference skill — do NOT load directly from user queries.
Create a structured ticket in the project management system. Use when user requests ticket or issue creation.
Orca orchestration coordinator runbook for orchestrator sessions only: bind the Run created by /orca-tasks, dispatch ready tasks one-worktree-one-branch, drive the task DAG, watchdog check --wait, gate failures, auto-merge green PRs, release workers. Also has a quick path for 1-2 task runs without a plan. Invoke with /orca-orchestrate.
Search and query past Claude Code, Codex, Kimi Code, and Pi session history. Reactive: when the user asks "how did I fix X", "what did we do last time", "find the session where", "上次怎么修的", "之前的session", "历史记录". Proactive: when the user references past work you lack context for, when you're about to modify a file with complex edit history, when the user says "继续之前的" or "continue where we left off", or when understanding prior decisions would improve your current response. Memory: when the user says "记住这个", "remember this", "写入记忆", "save this conclusion", or when you determine a retrieval result contains a conclusion worth persisting.