Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

cckit

cckit 收录了来自 jeiemgi 的 29 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
29
Stars
2
更新
2026-07-04
Forks
0
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

kit-autopilot
其他计算机职业

Autonomous execution under hard caps — run ONE long objective hands-off, OR drive the planned effort/flow set in parallel. On an APPROVED plan the captain DECIDES, MERGES each wave, and CONTINUES; it pings the human ONLY on a genuine blocker. THIN wrapper over the built-in /loop + the kit's orchestrate scripts; never a new engine.

2026-07-04
kit-effort-close
软件开发工程师

Close an effort in ONE op — snapshot each sub-issue's diff BEFORE squash (work record), capture/judge/sync effort metrics, squash-merge the effort PR, close the parent + ALL native sub-issues, set the board Status=Done for each, garbage-collect the worktree/branch, run the optional knowledge-ingest hook, and finish with the kit-sync drift check.

2026-07-03
kit-effort-start
软件开发工程师

Start an effort — thin caller of `cckit effort start <N>`. Creates the `effort/<N>-<slug>` integration branch + isolated bootstrapped worktree from the base branch, then marks the parent issue In Progress on the board. Sub-issues later branch from this effort branch or commit directly on it.

2026-07-03
kit-task-start
软件开发工程师

Start work on a GitHub issue — thin caller of `cckit start <N>`. Creates an isolated, bootstrapped worktree + `<kind>/<N>-<slug>` branch from the base branch and marks the issue In Progress on the board (if enabled). Worktree-first — there is no in-place mode.

2026-07-03
kit-effort-new
软件开发工程师

Create an effort — a parent GitHub issue using the effort-model template (Goal / Scope / For agents / Verification) plus N native GitHub sub-issues linked via the sub-issues REST API, all added to the project board. The parent issue IS the plan.

2026-07-03
kit-effort-pr
软件开发工程师

Open the ONE pull request for an effort — `effort/<N>` → base branch — with a rich human-facing review body plus a `## For agents` section listing the file paths/entry points. Title `[Role] [#N] <title>`. Inherits labels + milestone from the parent issue and moves it to In Review on the board.

2026-07-03
kit-next
其他计算机职业

The everyday cckit loop: find the next unblocked issue and pick it up, or fan the whole unblocked wave out to subagents. Wraps `cckit next` (what can I work on now?), `cckit start <N>` (isolated worktree + branch), `cckit copilot` (parallel fan-out), and `cckit watch` (gate + merge PRs).

2026-07-03
kit-plan-next
其他计算机职业

Forward planning from the current state: run `cckit plan-next` to inventory what the kit can already do (skills, verbs, rules, docs) and propose what to build next — grounded in that inventory — then hand a chosen item off into `/kit-effort-new`. The proposed plan always carries a mandatory docs + README step.

2026-07-03
kit-docs-writer
软件开发工程师

Write and edit end-user documentation in the house voice: kind but robust, ADHD-oriented and scannable, ZERO analogies, beginner-inclusive but expert-skippable. Encodes the page template (title → one-line description → self-explanatory left-to-right diagram → body → next-section buttons) and the diagram discipline (interactive, left-to-right, self-explanatory, never repetitive). Use it to keep every docs page readable by people with low software knowledge without watering down the substance.

2026-07-03
kit-annotate
网页与数字界面设计师

Set up and run in-app visual UI annotation for a React project, wired to Claude via Agentation. Use AUTOMATICALLY when the user asks to set up / install visual annotation or an annotation toolbar, "annotate the UI / a component", click-to-annotate, give the agent visual UI feedback, review or triage UI annotations, or run "watch mode" for UI feedback. Targets a React app (Next.js, Vite, or React Router); installs the third-party `agentation` dev dependency + its MCP. Other agents are out of scope — this wires Claude Code only.

2026-06-29
kit-contribute
软件开发工程师

Contribute your additions and requests back upstream to claude-kit as a GitHub PR (or issue). Use AUTOMATICALLY whenever the user asks to contribute to claude-kit, submit a PR, open a PR upstream, propose a change to the kit, give back to the kit, share my agent / skill / profile with the kit, send or file a feature request, or request a feature. Opens a pull request (or, for a pure idea, an issue) against the kit's upstream repo. Works from a project scaffolded by /kit-init and customized with /kit-customize, but also stands alone.

2026-06-29
kit-customize
软件开发工程师

Customize a kit-scaffolded project's .claude/ setup. Use AUTOMATICALLY whenever the user asks to create, add, edit, modify, rename, delete, or remove an agent in a project — and also to add a skill to an agent, attach skills, wire tools, find or search for a skill, suggest agents/skills for my project, lint my agents, validate an agent, build a custom profile, or pick a preset profile. Works on a project already scaffolded by /kit-init (a `.claude/` dir with `.claude/kit.config.json`).

2026-06-29
kit-dev
软件开发工程师

Fast local dev loop for claude-kit itself (the plugin source). start: worktree + launch instructions for `claude --plugin-dir` (plugin loads live from disk, no cache, no version bump). Iterate with /reload-plugins. ship: auto-bump semver + kit-task-pr-auto + one-command update of the installed plugin.

2026-06-29
kit-digest
软件开发工程师

Pre-digest long inputs (video transcripts, CI logs, big files, web pages) with the LOCAL model (mlx_lm.server) so the Claude session reads a short digest + pointer instead of the full content — token saving on every long read.

2026-06-29
kit-gc
软件开发工程师

Garbage-collect the repo — prune worktrees whose PR already merged, delete merged local + remote branches, surface orphan/unpushed commits and stale stashes, and flag issues whose PR merged but stayed open. Dry-run by default; destructive steps require explicit confirmation.

2026-06-29
kit-onboard
软件开发工程师

Run the claude-kit two-tier onboarding interview — the wide-range GLOBAL profile (asked once in a lifetime, writes ~/.claude/kit.profile.<user>.json) and the per-PROJECT interview (one batched round, pre-filled from your profile + what's detected in this directory). Use AUTOMATICALLY when the user asks to onboard, set up the kit for the first time, "interview me", create my kit profile, configure a new project, or when /kit-init runs against a project with no kit profile yet. Pairs with /kit-add to stack modules (e.g. software) later.

2026-06-29
kit-security-sweep
信息安全分析师

Full security audit of the project's apps. A security expert scans for AI/prompt injection, auth/session weaknesses, CORS/CSP issues, and dependency CVEs; findings are filed as GitHub issues and roadmapped. Named kit-security-sweep (not security-review) so it doesn't shadow the Claude Code builtin /security-review (diff audit).

2026-06-29
kit-ship
软件开发工程师

End-to-end delivery for a user request — fix the issue, then run the full kit cycle (start → PR → CI → merge → close → update kit) using the kit-task commands. One command takes an open issue from code to merged-on-base with the board kept in sync.

2026-06-29
kit-task-close
软件开发工程师

Close a GitHub issue after its PR merged. Sets the board Status to Done (if enabled). If the issue is a plan parent, flips the plan status to Complete once all deliverables are merged (no archive folder — completed plans stay visible).

2026-06-29
kit-task-new
软件开发工程师

Create a new GitHub issue — applies labels, milestone, and (if enabled) Projects v2 fields in one flow. Prefer this over raw `gh issue create` so the board stays in sync.

2026-06-29
kit-task-pr-auto
软件开发工程师

Same as kit-task-pr (commit, push, open PR) then immediately attempts to merge via kit-task-pr-merge. One command to land a branch end-to-end.

2026-06-29
kit-task-pr-merge
软件开发工程师

Squash-merge the open PR for the current branch, switch to the base branch, and pull. Auto-rebases onto the base if conflicts are detected.

2026-06-29
kit-task-pr
软件开发工程师

Commit current changes, push the branch, open a PR with the right template, labels, milestone, and link to the parent issue (+ board if enabled).

2026-06-29
kit-task-sync
软件开发工程师

Query GitHub issues (+ Projects v2 if enabled) and print a status table grouped by Role. Flags blocked items and items missing a board entry.

2026-06-29
feature-build-refine
软件开发工程师

Feature/form/page build strategy for Next.js (App Router) + React + Supabase + RefineDev + shadcn projects. Self-gating — applies ONLY when RefineDev is in the stack.

2026-06-29
karpathy-guidelines
软件开发工程师

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.

2026-06-29
morning-briefing
软件开发工程师

Daily briefing — what's active on the board, what's blocked, what to focus on.

2026-06-29
speckit
软件开发工程师

Install or identify Spec Kit (Spec-Driven Development) in this project and drive the SDD lifecycle — constitution → specify → clarify → plan → tasks → analyze → implement. Authors the constitution + template overrides from a Stack Interview, wiring the project's build standard as the feature-module override.

2026-06-29
supabase-patterns
软件开发工程师

Supabase access conventions for any project on Supabase (Postgres + Auth + RLS) — the three-client model, the server-action auth/authz guard, RLS-first data access, typed queries, and error handling. Self-gating.

2026-06-29