Source

cloudvoyant/codevoyant

111 skills · 1.2K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
spec:bg Use when running a plan autonomously in the background. Triggers on: "spec bg", "run in background", "hands-free", "r…
cloudvoyant/codevoyant
11
2
spec:delete Use when permanently removing a spec plan and all its files. Triggers on: "delete plan", "remove plan", "destroy plan…
cloudvoyant/codevoyant
11
3
spec:doctor Use when spec setup seems broken or paths look wrong. Triggers on: "spec doctor", "diagnose spec", "fix spec setup", …
cloudvoyant/codevoyant
11
4
spec:done Use when marking a spec plan as complete and archiving it. Triggers on: "done", "complete plan", "finish plan", "mark…
cloudvoyant/codevoyant
11
5
spec:help Use when the user asks about available spec commands or needs help choosing a skill. Triggers on: "spec help", "help …
cloudvoyant/codevoyant
11
6
spec:list Use when checking active plans and their progress. Triggers on: "show plans", "what plans do I have", "spec list", "p…
cloudvoyant/codevoyant
11
7
spec:new Use when starting new work that needs a structured plan. Triggers on: "create a plan", "plan this feature", "spec new…
cloudvoyant/codevoyant
11
8
spec:refresh Use when updating task checkboxes in a plan to match what has actually been done. Triggers on: "refresh plan", "updat…
cloudvoyant/codevoyant
11
9
spec:rename Use when renaming a spec plan and updating all references. Triggers on: "rename plan", "change plan name", "plan name…
cloudvoyant/codevoyant
11
10
spec:review Use when reviewing a spec plan before execution. Triggers on: "spec review", "review plan", "check plan", "plan revie…
cloudvoyant/codevoyant
11
11
spec:stop Use when stopping a background agent or pausing a plan to capture session insights. Triggers on: "stop plan", "halt e…
cloudvoyant/codevoyant
11
12
spec:update Use when modifying an existing spec plan. Triggers on: "update plan", "change plan", "add task", "remove task", "rena…
cloudvoyant/codevoyant
11
13
ux:allow Use when setting up ux plugin permissions for uninterrupted agent execution. Triggers on: "ux allow", "allow ux", "ux…
cloudvoyant/codevoyant
11
14
ux:explore Use when creating a quick wireframe, proof-of-concept, or approach comparison. Triggers on: "ux explore", "quick wire…
cloudvoyant/codevoyant
11
15
ux:help Use when the user asks about available ux commands or needs help choosing a skill. Triggers on: "ux help", "help ux",…
cloudvoyant/codevoyant
11
16
ux:style-synthesize Use when synthesizing the visual style of a website or app. Triggers on: "ux style synthesize", "style synthesize", "…
cloudvoyant/codevoyant
11
17
docker Docker best practices for containerization, dev containers, and Docker Compose. Load when writing Dockerfiles, docker…
cloudvoyant/codevoyant
10
18
em:approve Promote a draft engineering plan from .codevoyant/plans/ to docs/engineering/plans/. Optionally syncs project, milest…
cloudvoyant/codevoyant
10
19
gcp GCP context skill — gcloud authentication, Artifact Registry image push/pull, Cloud Run deploy, Terraform infra patte…
cloudvoyant/codevoyant
10
20
mem:list Use at session start to load team knowledge into context. Triggers on: "mem list", "load knowledge", "session start",…
cloudvoyant/codevoyant
10
21
pm:approve Promote a draft roadmap or PRD from .codevoyant/ to docs/. Optionally syncs to Linear. Triggers on: "pm approve", "ap…
cloudvoyant/codevoyant
10
22
pm:explore Research a product topic or feature area before planning or writing a PRD. Triggers on: "pm explore", "explore produc…
cloudvoyant/codevoyant
10
23
skill:explore Research existing agent skills before building new ones. Searches agentskill.sh and published skill repos for skills …
cloudvoyant/codevoyant
10
24
skill:new Create a new Claude Code / Agent Skills compatible skill. Guides through template, frontmatter, argument parsing, ste…
cloudvoyant/codevoyant
10
25
skill:update Update an in-progress skill plan or improve an existing committed skill. For existing skills, asks which dimensions t…
cloudvoyant/codevoyant
10
26
sveltekit SvelteKit feature-slice architecture patterns. Load when adding routes, building feature libs, designing components, …
cloudvoyant/codevoyant
10
27
dev:approve Promote a draft architecture plan from .codevoyant/plans/ to docs/architecture/. Optionally creates Linear tasks from…
cloudvoyant/codevoyant
9
28
explore Pure technical exploration: research a problem space, compare technical approaches, compare repos, and generate decis…
cloudvoyant/codevoyant
9
29
migrate Initialize, repair, and migrate the codevoyant shared context store: create ~/.codevoyant/<project-slug>/ and the git…
cloudvoyant/codevoyant
9
30
plan Planning at every level: a single task, a project, an initiative, or a whole product. Drafts plans to .codevoyant/pla…
cloudvoyant/codevoyant
9
31
terraform Terraform authoring patterns — directory structure, backend config, workspace-per-environment, variable management, a…
cloudvoyant/codevoyant
9
32
typescript TypeScript patterns: type safety, pnpm monorepo management, package publishing, Vitest testing, ESLint/Prettier, and …
cloudvoyant/codevoyant
9
33
changelog Changelog and conventional commit hygiene. Triggers on: "changelog retcon", "changelog preview", "retcon commits", "p…
cloudvoyant/codevoyant
8
34
cpp C++ project patterns: CMake build system, Conan package management, gRPC services, code standards, and release/saniti…
cloudvoyant/codevoyant
8
35
cz Commitizen version introspection. Show current version and predicted next version based on conventional commits. Trig…
cloudvoyant/codevoyant
8
36
python Python project patterns: uv package/workspace management, MLflow experiment tracking, Ray distributed computing, Nvid…
cloudvoyant/codevoyant
8
37
tanstack TanStack patterns: Start file-based routing, Router v1, Query v5, Form, and server functions. Load when working with …
cloudvoyant/codevoyant
8
38
react React patterns: Zustand state management, shadcn/ui + Tailwind CSS, React Three Fiber + Drei for 3D, folder structure…
cloudvoyant/codevoyant
7
39
release semantic-release and release-it version introspection. Show current version and predicted next version. Triggers on: …
cloudvoyant/codevoyant
7
40
snippets Manage Raycast snippets stored as topic-isolated markdown. Triggers on: "snippets add", "snippets update", "snippets …
cloudvoyant/codevoyant
7
41
compgeo Computational geometry — meshes, voxels, point clouds, and signed distance fields. Load when working with 3D formats …
cloudvoyant/codevoyant
6
42
hpc High-performance computing — threading, SIMD, GPU compute with CUDA/SYCL, MPI clustering, Python parallelism, and dis…
cloudvoyant/codevoyant
6
43
llm LLM engineering: agent frameworks (AI SDK, LangGraph), document and image processing, open-weight model serving (vLLM…
cloudvoyant/codevoyant
6
44
mle ML engineering lifecycle: data pipelines with Ray Data, distributed training with Ray Train, model evaluation, Tensor…
cloudvoyant/codevoyant
6
45
tasks Unified task runner dispatcher: auto-detects mise, just, task.dev, or package.json scripts and provides commands to r…
cloudvoyant/codevoyant
6
46
aws AWS infrastructure patterns with Terraform. Load when writing .tf files targeting AWS, setting up S3/DynamoDB Terrafo…
cloudvoyant/codevoyant
5
47
dev-docs Deprecated alias — superseded by the standalone `docs` skill; use /docs instead. Triggers on: "dev docs", "generate d…
cloudvoyant/codevoyant
4
48
usage Generate a responsible-AI usage and decision-attribution report for the current session. Triggers on: "usage report",…
cloudvoyant/codevoyant
4
49
loop Repeat a task until its objective is met or a max iteration count is reached. Creates a tracking doc and runs immedia…
cloudvoyant/codevoyant
2
50
mem-find Use to search project knowledge docs by type or tag. Triggers on: "mem find", "find docs about", "search knowledge", …
cloudvoyant/codevoyant
2
Page 2 · 111 total Previous Next