Skip to content

CRASH Reference: Skills

GENERATED FILE -- do not hand-edit. Produced from every item under src/gald3r_core/platform/pipeline/neutral_source/skills/ by gald3r platform crash-reference. To regenerate: uv run gald3r platform crash-reference --apply.

A skill (SKILL.md) is the actual instruction package a command hands off to -- commands themselves are thin dispatchers. A skill loads either because a command invoked it, or because your agent's own judgment matched its frontmatter description: field without you typing a slash command at all. You never hand-edit a skill's local copy; behavior changes land upstream in neutral_source/ and arrive on your next platform install/update.

130 skills total.

Browse by category

Tasks

Creating, updating, and tracking work in .gald3r/tasks/.

Bugs & Quality

Reporting, fixing, and archiving defects; QA workflows.

  • g-skl-api-doc-gen -- Auto-generate OpenAPI 3.1 specs from FastAPI/Express/Flask routes; fill docstring gaps for undocumented functions; update README API tables.
  • g-skl-bugs -- Own and manage all bug data
  • g-skl-code-review -- Code review
  • g-skl-qa -- Track bugs, QA, and fixes in .gald3r/.
  • g-skl-review -- Code review for security, quality, performance, reusability; structured report with severity and actions.
  • g-skl-security-scan -- SAST-style static analysis for hardcoded secrets, injection patterns, insecure deserialization, path traversal, and other critical vulnerabilities.
  • g-skl-swot-review -- Automated SWOT analysis for the current project phase.
  • g-skl-test -- Create, maintain, and run multi-level test plans (fast, comprehensive, regression) for gald3r systems and features.
  • g-skl-verify-ladder -- Multi-level verification gates for autonomous task completion.

Pipelines & Autopilot (the g-go family)

Implement/review pipelines, swarms, autopilot loops, and agent hiring.

  • g-skl-browser-use -- Production browser harness for agentic web tasks requiring persistent sessions, stealth/anti-detect, CAPTCHA solving, and self-healing CDP code generation via the browser-use library (YC W25, $17M seed).
  • g-skl-computer-use -- OS-level computer-use harness for Gald3r
  • g-skl-cross-review -- Cross-vendor code review
  • g-skl-curator -- Autonomous skill library curator
  • g-skl-delegate -- Engineering team delegation workflow skill
  • g-skl-ipb -- Intelligence Preparation of the Battlespace adapted to landscape analysis: a systematic four-step process for understanding the operational environment and ranking likely and most-dangerous opposition courses of action, feeding g-ooda or g-mdmp.
  • g-skl-keep-it-simple -- User-invoked terse mode toggle.
  • g-skl-marketing -- AI-powered marketing system for gald3r projects. Deploys specialized growth agents across SEO, GEO (AI search visibility), content, community, and launch channels. Designed for indie founders, solopreneurs, and small teams where distribution is the bottleneck
  • g-skl-mdmp -- Military Decision-Making Process adapted to general planning: the seven-step heavyweight staff-planning process (mission analysis through COA development, wargaming, comparison, approval, and orders production) for large or ambiguous efforts.
  • g-skl-ooda -- Run the supplied situation through Colonel John Boyd's Observe-Orient- Decide-Act loop: raw facts, then the context/constraints/bias that shape them, then a reasoned decision, then a concrete next step plus the signal to re-loop.
  • g-skl-oracle -- Execute Oracle Database queries and operations via example_app MCP tools.
  • g-skl-stz -- Sun Tzu strategy advisor
  • g-skl-thinker -- Deep-thinker reasoning mode invoked before answering a non-trivial question: lay out assumptions, weigh at least two genuinely different angles, stress-test the first instinct, then land on a clear, committed verdict.

Setup & Project Identity

First-time setup, PROJECT.md/CONSTRAINTS.md, ideas, and personality.

  • g-skl-codename -- Own the internal codename/nickname registry (.gald3r/config/CODENAMES.md)
  • g-skl-constraints -- Own and manage .gald3r/CONSTRAINTS.md
  • g-skl-features -- Own and manage all feature data
  • g-skl-ideas -- Own and manage IDEA_BOARD.md
  • g-skl-medic -- Tiered .gald3r/ health and intervention system.
  • g-skl-plan -- Own and manage PLAN.md (master strategy) and features/ (individual Feature files)
  • g-skl-prds -- Own and manage all PRD data
  • g-skl-project -- Own and manage PROJECT.md (mission, goals, project linking).
  • g-skl-res-apply -- Convert a reverse-spec FEATURES.md (produced by g-skl-res-deep) into gald3r artifacts: project goals, PRDs, subsystem specs (merge or create), and tasks. Vault-aware
  • g-skl-setup -- Initialize gald3r in a project
  • g-skl-subsystem-graph -- Generate and update .gald3r/SUBSYSTEM_GRAPH.md from subsystem spec file dependencies.
  • g-skl-subsystems -- Own and manage SUBSYSTEMS.md (registry + mermaid graph) and subsystems/ spec files.

WPAC & Workspace Coordination

Cross-project topology, inbox triage, broadcasts, and Workspace-Control.

  • g-skl-drift -- Compute a deterministic, code-computed drift score per task-claim territory and per dev from local .gald3r state, and emit it as a local report or a g-skl-json-output-compatible JSON payload.
  • g-skl-linking -- Unified linking file-mirror. Pulls the server-owned world_tree linking registry (parent/child/sibling edges + project_type/skills, keyed by project UUID
  • g-skl-territory -- Lease, renew, release, and check status of subsystem/path territories with TTLs
  • g-skl-valk -- Drive the resident Valkyrie world_tree connector (gald3r valk) directly
  • g-skl-workspace -- Workspace-Control Mode skill.
  • g-skl-wpac-adopt -- Register another project as a child of the current project.
  • g-skl-wpac-ask -- Child project requests parent action
  • g-skl-wpac-claim -- Register another project as the parent of the current project.
  • g-skl-wpac-move -- Transfer files or folders from this project to another project in the topology (parent, child, or sibling) with provenance tracking, safety gates, and vault log entries in both projects.
  • g-skl-wpac-notify -- Send lightweight [INFO] freeform notifications to one or more project INBOXes
  • g-skl-wpac-order -- As a parent project, push a task to one or more child projects with configurable cascade depth (1–3).
  • g-skl-wpac-read -- Review and action all incoming cross-project coordination items
  • g-skl-wpac-send-to -- Send files, features, specs, ideas, or code from the current project to any related project in the topology (parent, sibling, or child).
  • g-skl-wpac-spawn -- Spawn a new gald3r project from the current project. Creates the new project folder in the same ecosystem root, installs gald3r (matching the current project's install type
  • g-skl-wpac-sync -- Initiate or respond to sibling contract sync

Release & Versioning

CHANGELOG promotion, release records, ROADMAP, ship/ hotfix flow.

  • g-skl-git-commit -- Create well-structured git commits following gald3r conventions, with proper type prefixes, task references, and clean trailers (no AI co-author footers per C-021).
  • g-skl-github-pr -- GitHub PR/issue lifecycle for software_development projects
  • g-skl-release -- Own and manage all release data
  • g-skl-ship -- Semantic versioning and release management for gald3r projects.

Vault & Research

The file-first knowledge vault, recon/ingest, and clean-room rewrites.

  • g-skl-crawl -- Native crawl4ai web crawler
  • g-skl-crr -- Clean-Room Rewrite pipeline. Orchestrates 4 phases via independent background subagents
  • g-skl-monitor -- Manage scheduled content monitors for YouTube playlists, docs sites, GitHub repos, and URLs via example_app MCP tools.
  • g-skl-recon-docs -- Documentation URL ingestion with periodic revisit.
  • g-skl-recon-file -- Capture a local file (PDF, DOCX, XLSX, TXT, MD, CSV, RTF) into the vault knowledge store.
  • g-skl-recon-repo -- Capture a GitHub repository into the vault as a structured summary note.
  • g-skl-recon-url -- One-time URL ingestion into vault research/articles/.
  • g-skl-recon-yt -- YouTube transcript ingestion into the vault. Uses yt-dlp to fetch transcripts locally
  • g-skl-res-deep -- Analyze any external repository and produce a whole-system, consumer-neutral functional specification (FEATURES.md + supporting notes). Centralizes output in the shared vault at {vault}/research/CRR_FunctionalSpecs/{slug}/ so a run from any project/workspace lands in one place reusable across projects; falls back to local research/CRR_FunctionalSpecs/{slug}/ only when no shared vault is configured. Documents the ENTIRE source system regardless of relevance …[truncated for display -- see Source]
  • g-skl-res-review -- Analyze external sources (GitHub repos, URLs) for adoptable patterns and improvements. Vault-aware
  • g-skl-yt-video-analysis -- MCP or full-pipeline video analysis

Platforms & Providers

Cross-IDE install/parity, per-platform specs, PowerShell/CLI reference.

  • g-skl-cli-claude -- Claude Code CLI (claude command)
  • g-skl-cli-codex -- OpenAI Codex CLI (codex command)
  • g-skl-cli-copilot -- GitHub Copilot CLI (gh copilot command)
  • g-skl-cli-cursor -- Cursor CLI (agent command)
  • g-skl-cli-jcode -- jcode CLI platform skill
  • g-skl-cli-opencode -- OpenCode CLI (opencode command)
  • g-skl-platform-aider -- Authoritative reference for Aider (terminal AI pair-programmer) customization in gald3r projects.
  • g-skl-platform-antigravity -- Authoritative reference for Google Antigravity (agent-first IDE + CLI + SDK) customization in gald3r projects.
  • g-skl-platform-astrbot -- Authoritative reference for AstrBot customization in gald3r projects.
  • g-skl-platform-augment -- Authoritative reference for Augment Code (Auggie CLI + VS Code + JetBrains) customization in gald3r projects.
  • g-skl-platform-claude -- Authoritative reference for Claude Code (Anthropic) customization in gald3r projects.
  • g-skl-platform-cline -- Authoritative reference for Cline (VS Code / JetBrains extension + CLI + SDK) customization in gald3r projects.
  • g-skl-platform-codex -- Authoritative reference for OpenAI Codex (codex CLI / IDE / app) customization in gald3r projects.
  • g-skl-platform-continue -- Authoritative reference for Continue.dev (open-source VS Code / JetBrains extension) customization in gald3r projects.
  • g-skl-platform-copilot -- Authoritative reference for GitHub Copilot customization in gald3r projects.
  • g-skl-platform-crawl -- Crawl platform documentation and web docs with crawl4ai; write .platforms/ and vault markdown with frontmatter.
  • g-skl-platform-cursor -- Authoritative reference for Cursor IDE customization in gald3r projects.
  • g-skl-platform-deepcode -- Authoritative reference for Deep Code CLI (lessweb/deepcode-cli, a third-party community terminal AI coding assistant for the deepseek-v4 model family) customization in gald3r projects.
  • g-skl-platform-goose -- Authoritative reference for Goose (Block) AI agent customization in gald3r projects.
  • g-skl-platform-hermes -- Authoritative reference for Hermes Agent (Nous Research
  • g-skl-platform-junie -- Authoritative reference for JetBrains Junie (IDE plugin + Junie CLI) customization in gald3r projects.
  • g-skl-platform-kimi -- Authoritative reference for Kimi Code CLI (Moonshot AI, MoonshotAI/kimi-code, renamed from kimi-cli) customization in gald3r projects.
  • g-skl-platform-kiro -- Authoritative reference for Kiro (Amazon's agentic IDE + Kiro CLI, the Q Developer CLI rebrand) customization in gald3r projects.
  • g-skl-platform-kiro-cli -- Authoritative reference for Kiro CLI (Amazon's terminal agent, the Q Developer CLI rebrand) customization in gald3r projects.
  • g-skl-platform-mimo -- Authoritative reference for Xiaomi MiMo-Code (terminal-native AI coding agent, a fork of OpenCode with persistent cross-session memory) customization in gald3r projects.
  • g-skl-platform-mistral -- Authoritative reference for Mistral Vibe CLI (mistral-vibe) coding agent customization in gald3r projects.
  • g-skl-platform-monitor -- Cross-platform health and freshness monitor for the registry-driven gald3r platform roster (PLATFORM_REGISTRY.yaml
  • g-skl-platform-openclaw -- Authoritative reference for OpenClaw (self-hosted AI agent gateway
  • g-skl-platform-opencode -- Authoritative reference for OpenCode (sst/opencode) customization in gald3r projects.
  • g-skl-platform-openhands -- Authoritative reference for OpenHands (All Hands AI, formerly OpenDevin) AI agent customization in gald3r projects.
  • g-skl-platform-pi -- Authoritative reference for Pi (badlogic/pi-mono terminal coding-agent harness) customization in gald3r projects.
  • g-skl-platform-qwen -- Authoritative reference for Qwen Code (Alibaba CLI coding agent, a Gemini CLI fork) customization in gald3r projects.
  • g-skl-platform-replit -- Authoritative reference for Replit Agent (cloud IDE) customization in gald3r projects.
  • g-skl-platform-roo -- Authoritative reference for Roo Code (VS Code extension; formerly Roo Cline) customization in gald3r projects. Covers .roo/rules/, custom modes (.roomodes), slash commands, Agent Skills (.roo/skills + .agents/skills), MCP, AGENTS.md, and gald3r install verification. NOTE
  • g-skl-platform-subq -- Authoritative reference for SubQ (Subquadratic Inc.) and "SubQ Code" in gald3r projects. SubQ is a long-context LLM (OpenAI-compatible Chat Completions API); SubQ Code is a PLUGIN / long-context layer that plugs into Claude Code, Codex, and Cursor
  • g-skl-platform-void -- Authoritative reference for Void (VS Code fork) customization in gald3r projects. Covers curated (human-assessed, not yet live-crawled) capability signals
  • g-skl-platform-warp -- Authoritative reference for Warp (AI terminal + Oz agent platform) customization in gald3r projects.
  • g-skl-platform-windsurf -- Authoritative reference for Devin Desktop (formerly Windsurf
  • g-skl-platform-zcode -- Authoritative reference for ZCode (Z.ai / Zhipu, GLM-5.2 Agentic Development Environment) customization in gald3r projects.
  • g-skl-platform-zed -- Authoritative reference for Zed (agent panel + ACP host) customization in gald3r projects.

Output Formats

HTML/JSON/TOON rendering and themed report output.

  • g-skl-comfyui -- ComfyUI V5 agent integration for local GPU image/video generation. Install, launch, manage workflows, and run AnimateDiff/SDXL pipelines via the ComfyUI REST API. Local GPU path
  • g-skl-design -- UI/UX design engineering
  • g-skl-ghostwrite -- Rewrite supplied text so it reads like a person wrote it, not a model.
  • g-skl-html-output -- Render human-facing reports (status, review, backlog) as themed HTML using .gald3r/reports/templates/ + .gald3r/reports/themes/.
  • g-skl-json-output -- Emit gald3r command output (status, review, backlog) as structured JSON for scripting, CI gates, dashboards, and agent-to-agent handoff.
  • g-skl-theme-editor -- Create and edit gald3r HTML themes against .gald3r/reports/themes/theme-schema.json.
  • g-skl-toon-output -- Emit gald3r output as TOON (Token-Oriented Object Notation)

Security & Compliance

Secret scanning, license/dependency compliance, git-sanity gates.

Memory & Knowledge

Session learning, memory recall, and knowledge-graph tooling.

  • g-skl-compress-memory -- Compress the NON-gald3r sections of AGENTS.md/CLAUDE.md (and memory.md) to cut token overhead, while strictly preserving the install-managed gald3r SECTION ranges, code blocks, and URLs.
  • g-skl-context-builder -- Dynamic context assembly from live .gald3r/ state.
  • g-skl-graphify -- NOT YET IMPLEMENTED (Phase A)
  • g-skl-knowledge-refresh -- Audit vault freshness and structure.
  • g-skl-learn -- File-only continual learning
  • g-skl-memory -- Capture structured insights, session summaries, and search cross-session agent memory via example_app MCP tools.
  • g-skl-muninn -- NOT YET IMPLEMENTED (Phase A)
  • g-skl-vault -- Own and manage the file-first vault plus repo mirror metadata.

Other

No subsystem group declared, or a declared group outside the canonical PRODUCT_SYSTEMS.md registry -- see each item's own card for which case applies.

  • g-skl-auto-triage -- Triage non-code defects (spec_defect, policy_incongruity, design_gap): assess risk, auto-fix bounded safe issues, and log the rest as tracked bugs.
  • g-skl-plugins -- Authoritative reference for the gald3r plugin system

Full reference

g-skl-api-doc-gen

Skill ID: g-skl-api-doc-gen
Group: Bugs & Quality

Purpose: Auto-generate OpenAPI 3.1 specs from FastAPI/Express/Flask routes; fill docstring gaps for undocumented functions; update README API tables.

When to use: This skill is relevant when you need to auto-generate OpenAPI 3.1 specs from FastAPI/Express/Flask routes; fill docstring gaps for undocumented functions; update README API tables. Covers Python FastAPI, Express.js, and Flask. Also generates MCP tool descriptions for FastMCP plugins.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-api-doc-gen") in your prompt.

Maturity: unspecified
Token budget: medium

Related: g-skl-bugs, g-skl-code-review, g-skl-qa, g-skl-review, g-skl-security-scan, g-skl-swot-review, g-skl-test, g-skl-verify-ladder

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-api-doc-gen/SKILL.md


g-skl-auto-triage

Skill ID: g-skl-auto-triage
Group: Other (no subsystem group declared)

Purpose: Triage non-code defects (spec_defect, policy_incongruity, design_gap): assess risk, auto-fix bounded safe issues, and log the rest as tracked bugs.

When to use: This skill is relevant when you need to triage non-code defects (spec_defect, policy_incongruity, design_gap): assess risk, auto-fix bounded safe issues, and log the rest as tracked bugs.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-auto-triage") in your prompt.

Maturity: unspecified
Token budget: unspecified

Related: g-skl-plugins

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-auto-triage/SKILL.md

Metadata note: skills/g-skl-auto-triage/SKILL.md: missing subsystem_memberships: frontmatter


g-skl-backlog-curate

Skill ID: g-skl-backlog-curate
Group: Tasks

Purpose: Thorough backlog-vs-code curation.

When to use: This skill is relevant when you need to thorough backlog-vs-code curation. Walks live tasks/bugs against shipped code and proposes dispositions (complete-as-shipped, close-out-only, cancel-competes, leave-open, needs-owner). Never auto-cancels.

Arguments: none

Example invocation:

  • Claude Code: /g-backlog-curate
  • Cursor: @g-backlog-curate

Maturity: unspecified
Token budget: high

Related: g-skl-dependency-graph, g-skl-sesh, g-skl-status, g-skl-tasks, g-skl-wishlist-mine

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-backlog-curate/SKILL.md


g-skl-browser-use

Skill ID: g-skl-browser-use
Group: Pipelines & Autopilot (the g-go family)

Purpose: Production browser harness for agentic web tasks requiring persistent sessions, stealth/anti-detect, CAPTCHA solving, and self-healing CDP code generation via the browser-use library (YC W25, $17M seed).

When to use: This skill is relevant when you need to production browser harness for agentic web tasks requiring persistent sessions, stealth/anti-detect, CAPTCHA solving, and self-healing CDP code generation via the browser-use library (YC W25, $17M seed). Use for login-required sites, anti-bot environments, competitive intel, and long-running multi-step web tasks.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-browser-use") in your prompt.

Maturity: unspecified
Token budget: medium

Related: g-skl-computer-use, g-skl-cross-review, g-skl-curator, g-skl-delegate, g-skl-ipb, g-skl-keep-it-simple, g-skl-marketing, g-skl-mdmp

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-browser-use/SKILL.md


g-skl-bugs

Skill ID: g-skl-bugs
Group: Bugs & Quality

Purpose: Own and manage all bug data

When to use: This skill is relevant when you need to own and manage all bug data — BUGS.md index, bugs/ individual files, bug fixes, quality metrics. Single source of truth for everything bug and quality related.

Arguments: none

Example invocation:

  • Claude Code: /g-bug-add (also: /g-bug-report, /g-bug-upd, /g-migrate, /g-ship, /g-triage)
  • Cursor: @g-bug-add

Maturity: unspecified
Token budget: low

Related: g-skl-api-doc-gen, g-skl-code-review, g-skl-qa, g-skl-review, g-skl-security-scan, g-skl-swot-review, g-skl-test, g-skl-verify-ladder

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-bugs/SKILL.md


g-skl-cli-claude

Skill ID: g-skl-cli-claude
Group: Platforms & Providers

Purpose: Claude Code CLI (claude command)

When to use: This skill is relevant when you need to claude Code CLI (claude command) — headless flags, session continuation, MCP config, permissions, multi-agent via Agent SDK, and overnight/CI best practices.

Arguments: none

Example invocation:

  • Claude Code: /g-cli-claude
  • Cursor: @g-cli-claude

Maturity: unspecified
Token budget: low

Related: g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity, g-skl-platform-astrbot

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-cli-claude/SKILL.md


g-skl-cli-codex

Skill ID: g-skl-cli-codex
Group: Platforms & Providers

Purpose: OpenAI Codex CLI (codex command)

When to use: This skill is relevant when you need to openAI Codex CLI (codex command) — approval modes, sandbox config, provider/model flags, session continuation, MCP tool integration, multi-agent coordination, and overnight/CI best practices.

Arguments: none

Example invocation:

  • Claude Code: /g-cli-codex
  • Cursor: @g-cli-codex

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity, g-skl-platform-astrbot

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-cli-codex/SKILL.md


g-skl-cli-copilot

Skill ID: g-skl-cli-copilot
Group: Platforms & Providers

Purpose: GitHub Copilot CLI (gh copilot command)

When to use: This skill is relevant when you need to gitHub Copilot CLI (gh copilot command) — natural language to shell/git/gh commands, agent mode, chat sessions, workspace instructions, and multi-agent coordination via .github/copilot-instructions.md.

Arguments: none

Example invocation:

  • Claude Code: /g-cli-copilot
  • Cursor: @g-cli-copilot

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity, g-skl-platform-astrbot

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-cli-copilot/SKILL.md


g-skl-cli-cursor

Skill ID: g-skl-cli-cursor
Group: Platforms & Providers

Purpose: Cursor CLI (agent command)

When to use: This skill is relevant when you need to cursor CLI (agent command) — modes, Cloud Agent handoff, API mode, session management, and multi-agent coordination from the terminal.

Arguments: none

Example invocation:

  • Claude Code: /g-cli-cursor
  • Cursor: @g-cli-cursor

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity, g-skl-platform-astrbot

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-cli-cursor/SKILL.md


g-skl-cli-jcode

Skill ID: g-skl-cli-jcode
Group: Platforms & Providers

Purpose: jcode CLI platform skill

When to use: This skill is relevant when you need to jcode CLI platform skill — Rust-based coding agent with 14ms startup (245x faster than Claude Code), local embeddings, multi-session, MIT licensed. Use for low-overhead local tasks, batch loops, and resource-constrained environments.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-cli-jcode") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity, g-skl-platform-astrbot

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-cli-jcode/SKILL.md


g-skl-cli-opencode

Skill ID: g-skl-cli-opencode
Group: Platforms & Providers

Purpose: OpenCode CLI (opencode command)

When to use: This skill is relevant when you need to openCode CLI (opencode command) — stub. OpenCode is an emerging AI coding tool from sst.dev. Full documentation pending stable release.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-cli-opencode") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-platform-aider, g-skl-platform-antigravity, g-skl-platform-astrbot

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-cli-opencode/SKILL.md


g-skl-code-review

Skill ID: g-skl-code-review
Group: Bugs & Quality

Purpose: Code review

When to use: This skill is relevant when you need to code review — security, quality, performance, reusability. Structured report with severity ratings and action items. Scales from quick scan to comprehensive architecture review.

Arguments: none

Example invocation:

  • Claude Code: /g-code-review (also: /g-release-new, /g-review)
  • Cursor: @g-code-review

Maturity: unspecified
Token budget: low

Related: g-skl-api-doc-gen, g-skl-bugs, g-skl-qa, g-skl-review, g-skl-security-scan, g-skl-swot-review, g-skl-test, g-skl-verify-ladder

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-code-review/SKILL.md


g-skl-codename

Skill ID: g-skl-codename
Group: Setup & Project Identity

Purpose: Own the internal codename/nickname registry (.gald3r/config/CODENAMES.md)

When to use: This skill is relevant when you need to own the internal codename/nickname registry (.gald3r/config/CODENAMES.md) — map internal codenames (Valkyrie, CRASHV, Sunstone, ...) to a plain descriptive name, folder/repo/file refs, and a definition, so a codename never becomes a requirement for code, folder, or repo naming. Resolve fuzzy, description-shaped queries to the right codename.

Arguments: none

Example invocation:

  • Claude Code: /g-codename
  • Cursor: @g-codename

Maturity: unspecified
Token budget: low

Related: g-skl-constraints, g-skl-features, g-skl-ideas, g-skl-medic, g-skl-plan, g-skl-prds, g-skl-project, g-skl-res-apply

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-codename/SKILL.md


g-skl-comfyui

Skill ID: g-skl-comfyui
Group: Output Formats

Purpose: ComfyUI V5 agent integration for local GPU image/video generation. Install, launch, manage workflows, and run AnimateDiff/SDXL pipelines via the ComfyUI REST API. Local GPU path

When to use: This skill is relevant when you need to comfyUI V5 agent integration for local GPU image/video generation. Install, launch, manage workflows, and run AnimateDiff/SDXL pipelines via the ComfyUI REST API. Local GPU path — zero cloud costs. Use for example_desktop theme pack animation or any offline image/video generation.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-comfyui") in your prompt.

Maturity: unspecified
Token budget: medium

Related: g-skl-design, g-skl-ghostwrite, g-skl-html-output, g-skl-json-output, g-skl-theme-editor, g-skl-toon-output

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-comfyui/SKILL.md


g-skl-compliance

Skill ID: g-skl-compliance
Group: Security & Compliance

Purpose: SCA/license compliance scanning

When to use: This skill is relevant when you need to sCA/license compliance scanning — wraps ORT, FOSSA, Snyk, and PMD CPD behind a unified gald3r interface with SCAN/REPORT/GATE/STATUS operations. Produces structured compliance reports with pass/warn/fail verdicts.

Arguments: none

Example invocation:

  • Claude Code: /g-compliance-gate (also: /g-compliance-report, /g-compliance-scan, /g-git-push)
  • Cursor: @g-compliance-gate

Maturity: unspecified
Token budget: medium

Related: g-skl-dependency-audit, g-skl-policy

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-compliance/SKILL.md


g-skl-compress-memory

Skill ID: g-skl-compress-memory
Group: Memory & Knowledge

Purpose: Compress the NON-gald3r sections of AGENTS.md/CLAUDE.md (and memory.md) to cut token overhead, while strictly preserving the install-managed gald3r SECTION ranges, code blocks, and URLs.

When to use: This skill is relevant when you need to compress the NON-gald3r sections of AGENTS.md/CLAUDE.md (and memory.md) to cut token overhead, while strictly preserving the install-managed gald3r SECTION ranges, code blocks, and URLs. Dry-run by default; apply only after confirmation.

Arguments: none

Example invocation:

  • Claude Code: /g-compress-memory
  • Cursor: @g-compress-memory

Maturity: unspecified
Token budget: low

Related: g-skl-context-builder, g-skl-graphify, g-skl-knowledge-refresh, g-skl-learn, g-skl-memory, g-skl-muninn, g-skl-vault

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-compress-memory/SKILL.md


g-skl-computer-use

Skill ID: g-skl-computer-use
Group: Pipelines & Autopilot (the g-go family)

Purpose: OS-level computer-use harness for Gald3r

When to use: This skill is relevant when you need to oS-level computer-use harness for Gald3r — capture the screen and issue mouse/keyboard input at OS coordinates to drive ANY native desktop app (not just a browser) end-to-end without a human. Built on the five existing computer-use tools (screenshot/click/type/scroll/key) plus a deterministic, opt-in UI-test driver. Use for autonomous GUI testing of the Throne desktop app and any native-window verification the g-go loop needs.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-computer-use") in your prompt.

Maturity: unspecified
Token budget: medium

Related: g-skl-browser-use, g-skl-cross-review, g-skl-curator, g-skl-delegate, g-skl-ipb, g-skl-keep-it-simple, g-skl-marketing, g-skl-mdmp

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-computer-use/SKILL.md


g-skl-constraints

Skill ID: g-skl-constraints
Group: Setup & Project Identity

Purpose: Own and manage .gald3r/CONSTRAINTS.md

When to use: This skill is relevant when you need to own and manage .gald3r/CONSTRAINTS.md — add, update, deprecate, check, and surface project constraints at session start.

Arguments: none

Example invocation:

  • Claude Code: /g-constraint-add (also: /g-constraint-check, /g-constraint-del, /g-constraint-upd, /g-update)
  • Cursor: @g-constraint-add

Maturity: unspecified
Token budget: low

Related: g-skl-codename, g-skl-features, g-skl-ideas, g-skl-medic, g-skl-plan, g-skl-prds, g-skl-project, g-skl-res-apply

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-constraints/SKILL.md


g-skl-context-builder

Skill ID: g-skl-context-builder
Group: Memory & Knowledge

Purpose: Dynamic context assembly from live .gald3r/ state.

When to use: This skill is relevant when you need to dynamic context assembly from live .gald3r/ state. Builds a token-budgeted agent context block including active tasks, constraints, subsystem specs, and session memory. Use at session start or when handing off between agents in g-go pipelines.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-context-builder") in your prompt.

Maturity: unspecified
Token budget: medium

Related: g-skl-compress-memory, g-skl-graphify, g-skl-knowledge-refresh, g-skl-learn, g-skl-memory, g-skl-muninn, g-skl-vault

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-context-builder/SKILL.md


g-skl-crawl

Skill ID: g-skl-crawl
Group: Vault & Research

Purpose: Native crawl4ai web crawler

When to use: This skill is relevant when you need to native crawl4ai web crawler — FETCH, BATCH, and SETUP operations. Produces clean LLM-optimized Markdown from any URL. No Docker, no MCP required. Shared crawl primitive used by g-skl-ingest-docs, g-skl-ingest-url, and g-skl-harvest.

Arguments: none

Example invocation:

  • Claude Code: /g-platform-scan-docs (also: /g-recon-docs, /g-recon-url)
  • Cursor: @g-platform-scan-docs

Maturity: unspecified
Token budget: high

Related: g-skl-crr, g-skl-monitor, g-skl-recon-docs, g-skl-recon-file, g-skl-recon-repo, g-skl-recon-url, g-skl-recon-yt, g-skl-res-deep

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-crawl/SKILL.md


g-skl-cross-review

Skill ID: g-skl-cross-review
Group: Pipelines & Autopilot (the g-go family)

Purpose: Cross-vendor code review

When to use: This skill is relevant when you need to cross-vendor code review — a reviewer on a DIFFERENT LLM vendor judges only the diff + acceptance contract; blocking findings re-dispatch the implementer.

Arguments: none

Example invocation:

  • Claude Code: /g-go-xreview
  • Cursor: @g-go-xreview

Maturity: unspecified
Token budget: unspecified

Related: g-skl-browser-use, g-skl-computer-use, g-skl-curator, g-skl-delegate, g-skl-ipb, g-skl-keep-it-simple, g-skl-marketing, g-skl-mdmp

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-cross-review/SKILL.md


g-skl-crr

Skill ID: g-skl-crr
Group: Vault & Research

Purpose: Clean-Room Rewrite pipeline. Orchestrates 4 phases via independent background subagents

When to use: This skill is relevant when you need to clean-Room Rewrite pipeline. Orchestrates 4 phases via independent background subagents — capture a source repo as a whole-system, consumer-neutral functional spec centralized in the shared vault (research/CRR_FunctionalSpecs/), write all findings to IDEA_BOARD (mandatory), triage tasks, and produce a gald3r-native clean-room implementation spec.

Arguments: none

Example invocation:

  • Claude Code: /g-crr
  • Cursor: @g-crr

Maturity: unspecified
Token budget: high

Related: g-skl-crawl, g-skl-monitor, g-skl-recon-docs, g-skl-recon-file, g-skl-recon-repo, g-skl-recon-url, g-skl-recon-yt, g-skl-res-deep

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-crr/SKILL.md


g-skl-curator

Skill ID: g-skl-curator
Group: Pipelines & Autopilot (the g-go family)

Purpose: Autonomous skill library curator

When to use: This skill is relevant when you need to autonomous skill library curator — grades every SKILL.md against a structured rubric (recency, clarity, scope overlap, token efficiency, last-invoked rate), proposes consolidations and archive-candidate tags for low-scoring or overlapping skills, and writes a structured audit log. Never deletes — only proposes. Safe for unattended scheduled runs.

Arguments: none

Example invocation:

  • Claude Code: /g-curator (also: /g-skill-review)
  • Cursor: @g-curator

Maturity: unspecified
Token budget: high

Related: g-skl-browser-use, g-skl-computer-use, g-skl-cross-review, g-skl-delegate, g-skl-ipb, g-skl-keep-it-simple, g-skl-marketing, g-skl-mdmp

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-curator/SKILL.md


g-skl-delegate

Skill ID: g-skl-delegate
Group: Pipelines & Autopilot (the g-go family)

Purpose: Engineering team delegation workflow skill

When to use: This skill is relevant when you need to engineering team delegation workflow skill — delegation patterns adapted for AI agent orchestration. Task briefs, code review request templates, quality gates, and handoff protocols.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-delegate") in your prompt.

Maturity: unspecified
Token budget: medium

Related: g-skl-browser-use, g-skl-computer-use, g-skl-cross-review, g-skl-curator, g-skl-ipb, g-skl-keep-it-simple, g-skl-marketing, g-skl-mdmp

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-delegate/SKILL.md


g-skl-dependency-audit

Skill ID: g-skl-dependency-audit
Group: Security & Compliance

Purpose: Scan package files for outdated or vulnerable dependencies.

When to use: This skill is relevant when you need to scan package files for outdated or vulnerable dependencies. Generates a severity-ranked report with CVE references and upgrade commands. Supports Python (requirements.txt/pyproject.toml), JavaScript/Node (package.json/package-lock.json), and Rust (Cargo.toml/Cargo.lock).

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-dependency-audit") in your prompt.

Maturity: unspecified
Token budget: medium

Related: g-skl-compliance, g-skl-policy

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-dependency-audit/SKILL.md


g-skl-dependency-graph

Skill ID: g-skl-dependency-graph
Group: Tasks

Purpose: Generate and update .gald3r/DEPENDENCY_GRAPH.md from task file dependencies.

When to use: This skill is relevant when you need to generate and update .gald3r/DEPENDENCY_GRAPH.md from task file dependencies. Auto-triggered when tasks are created or updated with dependency changes. Also callable via @g-dependency-graph.

Arguments: none

Example invocation:

  • Claude Code: /g-dependency-graph
  • Cursor: @g-dependency-graph

Maturity: unspecified
Token budget: medium

Related: g-skl-backlog-curate, g-skl-sesh, g-skl-status, g-skl-tasks, g-skl-wishlist-mine

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-dependency-graph/SKILL.md


g-skl-design

Skill ID: g-skl-design
Group: Output Formats

Purpose: UI/UX design engineering

When to use: This skill is relevant when you need to uI/UX design engineering — turns functional AI output into production-grade interfaces: oklch color, typography, tokens, dark themes, motion, anti-AI-slop rules, six-step workflow.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-design") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-comfyui, g-skl-ghostwrite, g-skl-html-output, g-skl-json-output, g-skl-theme-editor, g-skl-toon-output

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-design/SKILL.md


g-skl-drift

Skill ID: g-skl-drift
Group: WPAC & Workspace Coordination

Purpose: Compute a deterministic, code-computed drift score per task-claim territory and per dev from local .gald3r state, and emit it as a local report or a g-skl-json-output-compatible JSON payload.

When to use: This skill is relevant when you need to compute a deterministic, code-computed drift score per task-claim territory and per dev from local .gald3r state, and emit it as a local report or a g-skl-json-output-compatible JSON payload. Serves (territory leasing + onboarding + drift skills).

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-drift") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-linking, g-skl-territory, g-skl-valk, g-skl-workspace, g-skl-wpac-adopt, g-skl-wpac-ask, g-skl-wpac-claim, g-skl-wpac-move

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-drift/SKILL.md


g-skl-features

Skill ID: g-skl-features
Group: Setup & Project Identity

Purpose: Own and manage all feature data

When to use: This skill is relevant when you need to own and manage all feature data — FEATURES.md index, features/ individual files, staging lifecycle (staging→specced→committed→shipped), harvest source collection, and feature promotion. Single source of truth for everything feature-related.

Arguments: none

Example invocation:

  • Claude Code: /g-feat-add (also: /g-feat-del, /g-feat-new, /g-feat-promote, /g-feat-rename, /g-feat-upd)
  • Cursor: @g-feat-add

Maturity: unspecified
Token budget: low

Related: g-skl-codename, g-skl-constraints, g-skl-ideas, g-skl-medic, g-skl-plan, g-skl-prds, g-skl-project, g-skl-res-apply

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-features/SKILL.md


g-skl-ghostwrite

Skill ID: g-skl-ghostwrite
Group: Output Formats

Purpose: Rewrite supplied text so it reads like a person wrote it, not a model.

When to use: This skill is relevant when you need to rewrite supplied text so it reads like a person wrote it, not a model. Varies sentence length, cuts hedging and throat-clearing openers, removes anything that exists only to sound smart, bans em dashes, and swaps in the simpler word every time. Both @g-gw and @g-ghostwrite activate this skill.

Arguments: none

Example invocation:

  • Claude Code: /g-ghostwrite (also: /g-gw)
  • Cursor: @g-ghostwrite

Maturity: unspecified
Token budget: low

Related: g-skl-comfyui, g-skl-design, g-skl-html-output, g-skl-json-output, g-skl-theme-editor, g-skl-toon-output

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-ghostwrite/SKILL.md


g-skl-git-commit

Skill ID: g-skl-git-commit
Group: Release & Versioning

Purpose: Create well-structured git commits following gald3r conventions, with proper type prefixes, task references, and clean trailers (no AI co-author footers per C-021).

When to use: This skill is relevant when you need to create well-structured git commits following gald3r conventions, with proper type prefixes, task references, and clean trailers (no AI co-author footers per C-021).

Arguments: none

Example invocation:

  • Claude Code: /g-git-push
  • Cursor: @g-git-push

Maturity: unspecified
Token budget: medium

Related: g-skl-github-pr, g-skl-release, g-skl-ship

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-git-commit/SKILL.md


g-skl-github-pr

Skill ID: g-skl-github-pr
Group: Release & Versioning

Purpose: GitHub PR/issue lifecycle for software_development projects

When to use: This skill is relevant when you need to gitHub PR/issue lifecycle for software_development projects — open/ready/comment/close PRs, link issues. Gated on github_integration; no-op when disabled. gh-CLI transport.

Arguments: none

Example invocation:

  • Claude Code: /g-codeowners-gen (also: /g-hotfix-open, /g-issue-sync, /g-pr-close, /g-pr-open)
  • Cursor: @g-codeowners-gen

Maturity: unspecified
Token budget: medium

Related: g-skl-git-commit, g-skl-release, g-skl-ship

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-github-pr/SKILL.md


g-skl-graphify

Skill ID: g-skl-graphify
Group: Memory & Knowledge

Purpose: NOT YET IMPLEMENTED (Phase A)

When to use: This skill is relevant when you need to nOT YET IMPLEMENTED (Phase A) — target design doc only. No graphify-cli, no gitNexus integration, and no .mcp.json entry exist in this codebase; the " wired gitNexus into .mcp.json" claim below was false and has been struck. Documents a PLANNED code-graph capability for 71x-fewer-token architecture queries. Do not invoke; fall back to gald3r search or Grep until this capability actually ships.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-graphify") in your prompt.

Maturity: unspecified
Token budget: medium

Related: g-skl-compress-memory, g-skl-context-builder, g-skl-knowledge-refresh, g-skl-learn, g-skl-memory, g-skl-muninn, g-skl-vault

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-graphify/SKILL.md


g-skl-html-output

Skill ID: g-skl-html-output
Group: Output Formats

Purpose: Render human-facing reports (status, review, backlog) as themed HTML using .gald3r/reports/templates/ + .gald3r/reports/themes/.

When to use: This skill is relevant when you need to render human-facing reports (status, review, backlog) as themed HTML using .gald3r/reports/templates/ + .gald3r/reports/themes/. Operations RENDER, CHOOSE_THEME, VALIDATE, EXPORT. Invoked by --html flag commands. Never used for coordination files (TASKS.md, BUGS.md, task specs) which are always markdown.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-html-output") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-comfyui, g-skl-design, g-skl-ghostwrite, g-skl-json-output, g-skl-theme-editor, g-skl-toon-output

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-html-output/SKILL.md


g-skl-ideas

Skill ID: g-skl-ideas
Group: Setup & Project Identity

Purpose: Own and manage IDEA_BOARD.md

When to use: This skill is relevant when you need to own and manage IDEA_BOARD.md — capture ideas instantly, review the board, promote to tasks, and run proactive codebase scans for improvement opportunities.

Arguments: none

Example invocation:

  • Claude Code: /g-triage
  • Cursor: @g-triage

Maturity: unspecified
Token budget: low

Related: g-skl-codename, g-skl-constraints, g-skl-features, g-skl-medic, g-skl-plan, g-skl-prds, g-skl-project, g-skl-res-apply

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-ideas/SKILL.md


g-skl-ipb

Skill ID: g-skl-ipb
Group: Pipelines & Autopilot (the g-go family)

Purpose: Intelligence Preparation of the Battlespace adapted to landscape analysis: a systematic four-step process for understanding the operational environment and ranking likely and most-dangerous opposition courses of action, feeding g-ooda or g-mdmp.

When to use: This skill is relevant when you need to intelligence Preparation of the Battlespace adapted to landscape analysis: a systematic four-step process for understanding the operational environment and ranking likely and most-dangerous opposition courses of action, feeding g-ooda or g-mdmp.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-ipb") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-browser-use, g-skl-computer-use, g-skl-cross-review, g-skl-curator, g-skl-delegate, g-skl-keep-it-simple, g-skl-marketing, g-skl-mdmp

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-ipb/SKILL.md


g-skl-json-output

Skill ID: g-skl-json-output
Group: Output Formats

Purpose: Emit gald3r command output (status, review, backlog) as structured JSON for scripting, CI gates, dashboards, and agent-to-agent handoff.

When to use: This skill is relevant when you need to emit gald3r command output (status, review, backlog) as structured JSON for scripting, CI gates, dashboards, and agent-to-agent handoff. Operations SERIALIZE, SCHEMA, VALIDATE, EXPORT. Invoked by --json flag commands. Mirrors g-skl-html-output. Coordination state files stay markdown.

Arguments: none

Example invocation:

  • Claude Code: /g-status
  • Cursor: @g-status

Maturity: unspecified
Token budget: low

Related: g-skl-comfyui, g-skl-design, g-skl-ghostwrite, g-skl-html-output, g-skl-theme-editor, g-skl-toon-output

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-json-output/SKILL.md


g-skl-keep-it-simple

Skill ID: g-skl-keep-it-simple
Group: Pipelines & Autopilot (the g-go family)

Purpose: User-invoked terse mode toggle.

When to use: This skill is relevant when you need to user-invoked terse mode toggle. Suppresses the active personality pack, response structure scaffolding, and footer metadata so the agent returns bare signal only. Intended for debugging, rapid lookups, and high-volume Q&A sessions where the standard ceremony adds noise. Deactivates at session boundary or on explicit toggle-off.

Arguments: none

Example invocation:

  • Claude Code: /g-keep-it-simple
  • Cursor: @g-keep-it-simple

Maturity: unspecified
Token budget: low

Related: g-skl-browser-use, g-skl-computer-use, g-skl-cross-review, g-skl-curator, g-skl-delegate, g-skl-ipb, g-skl-marketing, g-skl-mdmp

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-keep-it-simple/SKILL.md


g-skl-knowledge-refresh

Skill ID: g-skl-knowledge-refresh
Group: Memory & Knowledge

Purpose: Audit vault freshness and structure.

When to use: This skill is relevant when you need to audit vault freshness and structure. Check stale notes, rebuild compiled pages, detect broken links, missing pages, and contradictions worth review.

Arguments: none

Example invocation:

  • Claude Code: /g-vault-lint
  • Cursor: @g-vault-lint

Maturity: unspecified
Token budget: medium

Related: g-skl-compress-memory, g-skl-context-builder, g-skl-graphify, g-skl-learn, g-skl-memory, g-skl-muninn, g-skl-vault

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-knowledge-refresh/SKILL.md


g-skl-learn

Skill ID: g-skl-learn
Group: Memory & Knowledge

Purpose: File-only continual learning

When to use: This skill is relevant when you need to file-only continual learning — agents self-report insights to project and vault memory notes. No JSONL scanning, no schedulers, no SentinelOne risk.

Arguments: none

Example invocation:

  • Claude Code: /g-learn
  • Cursor: @g-learn

Maturity: unspecified
Token budget: high

Related: g-skl-compress-memory, g-skl-context-builder, g-skl-graphify, g-skl-knowledge-refresh, g-skl-memory, g-skl-muninn, g-skl-vault

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-learn/SKILL.md


g-skl-linking

Skill ID: g-skl-linking
Group: WPAC & Workspace Coordination

Purpose: Unified linking file-mirror. Pulls the server-owned world_tree linking registry (parent/child/sibling edges + project_type/skills, keyed by project UUID

When to use: This skill is relevant when you need to unified linking file-mirror. Pulls the server-owned world_tree linking registry (parent/child/sibling edges + project_type/skills, keyed by project UUID) and writes the human-readable local mirror under .gald3r/linking/. Online the mirror reconciles against the registry; offline the local mirror is authoritative and reconciles on reconnect. Reconcile is non-destructive: conflicting edges open a review item, never overwrite.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-linking") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-drift, g-skl-territory, g-skl-valk, g-skl-workspace, g-skl-wpac-adopt, g-skl-wpac-ask, g-skl-wpac-claim, g-skl-wpac-move

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-linking/SKILL.md


g-skl-marketing

Skill ID: g-skl-marketing
Group: Pipelines & Autopilot (the g-go family)

Purpose: AI-powered marketing system for gald3r projects. Deploys specialized growth agents across SEO, GEO (AI search visibility), content, community, and launch channels. Designed for indie founders, solopreneurs, and small teams where distribution is the bottleneck

When to use: This skill is relevant when you need to aI-powered marketing system for gald3r projects. Deploys specialized growth agents across SEO, GEO (AI search visibility), content, community, and launch channels. Designed for indie founders, solopreneurs, and small teams where distribution is the bottleneck — not building.

Arguments: none

Example invocation:

  • Claude Code: /g-marketing-audit (also: /g-marketing-content, /g-marketing-geo, /g-marketing-hn, /g-marketing-launch, /g-marketing-reddit)
  • Cursor: @g-marketing-audit

Maturity: unspecified
Token budget: low

Related: g-skl-browser-use, g-skl-computer-use, g-skl-cross-review, g-skl-curator, g-skl-delegate, g-skl-ipb, g-skl-keep-it-simple, g-skl-mdmp

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-marketing/SKILL.md


g-skl-mdmp

Skill ID: g-skl-mdmp
Group: Pipelines & Autopilot (the g-go family)

Purpose: Military Decision-Making Process adapted to general planning: the seven-step heavyweight staff-planning process (mission analysis through COA development, wargaming, comparison, approval, and orders production) for large or ambiguous efforts.

When to use: This skill is relevant when you need to military Decision-Making Process adapted to general planning: the seven-step heavyweight staff-planning process (mission analysis through COA development, wargaming, comparison, approval, and orders production) for large or ambiguous efforts.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-mdmp") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-browser-use, g-skl-computer-use, g-skl-cross-review, g-skl-curator, g-skl-delegate, g-skl-ipb, g-skl-keep-it-simple, g-skl-marketing

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-mdmp/SKILL.md


g-skl-medic

Skill ID: g-skl-medic
Group: Setup & Project Identity

Purpose: Tiered .gald3r/ health and intervention system.

When to use: This skill is relevant when you need to tiered .gald3r/ health and intervention system. L1=triage (structural), L2=diagnosis (plan coherence), L3=surgery (cross-subsystem interface audit), L4=ecosystem (linked project negotiation). Replaces g-skl-medic.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-medic") in your prompt.

Maturity: beta
Token budget: high

Related: g-skl-codename, g-skl-constraints, g-skl-features, g-skl-ideas, g-skl-plan, g-skl-prds, g-skl-project, g-skl-res-apply

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-medic/SKILL.md


g-skl-memory

Skill ID: g-skl-memory
Group: Memory & Knowledge

Purpose: Capture structured insights, session summaries, and search cross-session agent memory via example_app MCP tools.

When to use: This skill is relevant when you need to capture structured insights, session summaries, and search cross-session agent memory via example_app MCP tools. Dual-mode: degrades to file-based g-skl-learn when backend is unavailable. Full semantic search requires Docker backend (adv tier).

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-memory") in your prompt.

Maturity: unspecified
Token budget: very_high

Related: g-skl-compress-memory, g-skl-context-builder, g-skl-graphify, g-skl-knowledge-refresh, g-skl-learn, g-skl-muninn, g-skl-vault

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-memory/SKILL.md


g-skl-monitor

Skill ID: g-skl-monitor
Group: Vault & Research

Purpose: Manage scheduled content monitors for YouTube playlists, docs sites, GitHub repos, and URLs via example_app MCP tools.

When to use: This skill is relevant when you need to manage scheduled content monitors for YouTube playlists, docs sites, GitHub repos, and URLs via example_app MCP tools. Requires Docker backend (adv tier). Monitors trigger automatic re-ingestion when new content is detected.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-monitor") in your prompt.

Maturity: unspecified
Token budget: medium

Related: g-skl-crawl, g-skl-crr, g-skl-recon-docs, g-skl-recon-file, g-skl-recon-repo, g-skl-recon-url, g-skl-recon-yt, g-skl-res-deep

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-monitor/SKILL.md


g-skl-muninn

Skill ID: g-skl-muninn
Group: Memory & Knowledge

Purpose: NOT YET IMPLEMENTED (Phase A)

When to use: This skill is relevant when you need to nOT YET IMPLEMENTED (Phase A) — target design doc only. No gald3r muninn verb, no .gald3r/muninn/ db, no muninn plugin dir, and no .mcp.json entry exist in the current Go binary. Documents a PLANNED codebase knowledge graph (impact analysis, caller chains, dependencies, symbol search) — clean-room rewrite of the retired GitNexus integration. Do not invoke; fall back to gald3r search or Grep until this capability actually ships.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-muninn") in your prompt.

Maturity: unspecified
Token budget: medium

Related: g-skl-compress-memory, g-skl-context-builder, g-skl-graphify, g-skl-knowledge-refresh, g-skl-learn, g-skl-memory, g-skl-vault

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-muninn/SKILL.md


g-skl-ooda

Skill ID: g-skl-ooda
Group: Pipelines & Autopilot (the g-go family)

Purpose: Run the supplied situation through Colonel John Boyd's Observe-Orient- Decide-Act loop: raw facts, then the context/constraints/bias that shape them, then a reasoned decision, then a concrete next step plus the signal to re-loop.

When to use: This skill is relevant when you need to run the supplied situation through Colonel John Boyd's Observe-Orient- Decide-Act loop: raw facts, then the context/constraints/bias that shape them, then a reasoned decision, then a concrete next step plus the signal to re-loop.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-ooda") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-browser-use, g-skl-computer-use, g-skl-cross-review, g-skl-curator, g-skl-delegate, g-skl-ipb, g-skl-keep-it-simple, g-skl-marketing

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-ooda/SKILL.md


g-skl-oracle

Skill ID: g-skl-oracle
Group: Pipelines & Autopilot (the g-go family)

Purpose: Execute Oracle Database queries and operations via example_app MCP tools.

When to use: This skill is relevant when you need to execute Oracle Database queries and operations via example_app MCP tools. Requires Docker backend (adv tier). Supports read-only queries (oracle_query) and full write operations (oracle_execute) including DDL and PL/SQL blocks.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-oracle") in your prompt.

Maturity: unspecified
Token budget: medium

Related: g-skl-browser-use, g-skl-computer-use, g-skl-cross-review, g-skl-curator, g-skl-delegate, g-skl-ipb, g-skl-keep-it-simple, g-skl-marketing

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-oracle/SKILL.md


g-skl-plan

Skill ID: g-skl-plan
Group: Setup & Project Identity

Purpose: Own and manage PLAN.md (master strategy) and features/ (individual Feature files)

When to use: This skill is relevant when you need to own and manage PLAN.md (master strategy) and features/ (individual Feature files) — create plans, stage features, validate scope, and keep the deliverable index current.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-plan") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-codename, g-skl-constraints, g-skl-features, g-skl-ideas, g-skl-medic, g-skl-prds, g-skl-project, g-skl-res-apply

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-plan/SKILL.md


g-skl-platform-aider

Skill ID: g-skl-platform-aider
Group: Platforms & Providers

Purpose: Authoritative reference for Aider (terminal AI pair-programmer) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Aider (terminal AI pair-programmer) customization in gald3r projects. Covers .aider.conf.yml, CONVENTIONS.md (native rules), built-in slash commands, architect/editor chat modes, auto-lint/test triggers, model roles, and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-aider") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-antigravity, g-skl-platform-astrbot

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-aider/SKILL.md


g-skl-platform-antigravity

Skill ID: g-skl-platform-antigravity
Group: Platforms & Providers

Purpose: Authoritative reference for Google Antigravity (agent-first IDE + CLI + SDK) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Google Antigravity (agent-first IDE + CLI + SDK) customization in gald3r projects. Covers AGENTS.md/GEMINI.md instruction files, .agents/ rules/skills/hooks + .antigravity/mcp.json, Workflows (slash commands), dynamic subagents, lifecycle hooks, Scheduled Tasks, and gald3r install verification. Post-2.0-relaunch (I/O 2026); skill path + hook payload pin via install test.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-antigravity") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-astrbot

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-antigravity/SKILL.md


g-skl-platform-astrbot

Skill ID: g-skl-platform-astrbot
Group: Platforms & Providers

Purpose: Authoritative reference for AstrBot customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for AstrBot customization in gald3r projects. Covers curated (human-assessed, not yet live-crawled) support signals for Hooks/Rules/Skills/Commands/MCP, the still-unverified folder hierarchy and instruction file, and how to upgrade this spec from curated to verified.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-astrbot") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-astrbot/SKILL.md


g-skl-platform-augment

Skill ID: g-skl-platform-augment
Group: Platforms & Providers

Purpose: Authoritative reference for Augment Code (Auggie CLI + VS Code + JetBrains) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Augment Code (Auggie CLI + VS Code + JetBrains) customization in gald3r projects. Covers .augment/ commands/agents/skills/hooks/rules + settings.json MCP, CLAUDE.md/AGENTS.md and .claude/.agents reuse, plugins/marketplace, and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-augment") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-augment/SKILL.md


g-skl-platform-claude

Skill ID: g-skl-platform-claude
Group: Platforms & Providers

Purpose: Authoritative reference for Claude Code (Anthropic) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Claude Code (Anthropic) customization in gald3r projects. Covers .claude/ commands/agents/skills/hooks/rules + settings.json hooks/MCP, CLAUDE.md (imports @AGENTS.md, NOT AGENTS.md-native), plugins/Agent SDK/Routines/Channels, and gald3r install verification.

Arguments: none

Example invocation:

  • Claude Code: /g-create-hook (also: /g-mcp-new)
  • Cursor: @g-create-hook

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-claude/SKILL.md


g-skl-platform-cline

Skill ID: g-skl-platform-cline
Group: Platforms & Providers

Purpose: Authoritative reference for Cline (VS Code / JetBrains extension + CLI + SDK) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Cline (VS Code / JetBrains extension + CLI + SDK) customization in gald3r projects. Covers .clinerules rules + workflows-as-slash-commands, .cline/skills SKILL.md, lifecycle hooks (macOS/Linux only), SDK subagents/teams, MCP marketplace, AGENTS.md (not CLAUDE.md), and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-cline") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-cline/SKILL.md


g-skl-platform-codex

Skill ID: g-skl-platform-codex
Group: Platforms & Providers

Purpose: Authoritative reference for OpenAI Codex (codex CLI / IDE / app) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for OpenAI Codex (codex CLI / IDE / app) customization in gald3r projects. Covers config.toml, AGENTS.md instruction file, .agents/skills Agent Skills, .codex/agents TOML subagents, 10-event hooks (hooks.json / [hooks]), [mcp_servers.*] MCP, execpolicy/Memories rules, plugins/apps, and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-codex") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-codex/SKILL.md


g-skl-platform-continue

Skill ID: g-skl-platform-continue
Group: Platforms & Providers

Purpose: Authoritative reference for Continue.dev (open-source VS Code / JetBrains extension) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Continue.dev (open-source VS Code / JetBrains extension) customization in gald3r projects. Covers .continue/ rules/prompts/agents/skills/mcpServers, the corrected commands path (.continue/prompts, NOT .continue/commands), the absence of a native AGENTS.md read, the absent hook surface, and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-continue") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-continue/SKILL.md


g-skl-platform-copilot

Skill ID: g-skl-platform-copilot
Group: Platforms & Providers

Purpose: Authoritative reference for GitHub Copilot customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for GitHub Copilot customization in gald3r projects. Covers the .github/ tree (copilot-instructions.md, instructions/, prompts/, agents/, skills/, hooks/*.json), AGENTS.md + .claude/.agents skill reuse, Agentic Memory, surface fragmentation (VS Code / CLI / JetBrains / cloud agent), MCP, and gald3r install verification.

Arguments: none

Example invocation:

  • Claude Code: /g-cli-copilot
  • Cursor: @g-cli-copilot

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-copilot/SKILL.md


g-skl-platform-crawl

Skill ID: g-skl-platform-crawl
Group: Platforms & Providers

Purpose: Crawl platform documentation and web docs with crawl4ai; write .platforms/ and vault markdown with frontmatter.

When to use: This skill is relevant when you need to crawl platform documentation and web docs with crawl4ai; write .platforms/ and vault markdown with frontmatter. For platform docs, knowledge refresh, web ingest.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-crawl") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-crawl/SKILL.md


g-skl-platform-cursor

Skill ID: g-skl-platform-cursor
Group: Platforms & Providers

Purpose: Authoritative reference for Cursor IDE customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Cursor IDE customization in gald3r projects. Covers .cursor/ folder layout, all supported primitives (rules/skills/agents/commands/hooks/MCP), AGENTS.md instruction file, .claude/.codex/.agents cross-tool reuse, parity tiers, and install verification.

Arguments: none

Example invocation:

  • Claude Code: /g-create-hook (also: /g-platform-check)
  • Cursor: @g-create-hook

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-cursor/SKILL.md


g-skl-platform-deepcode

Skill ID: g-skl-platform-deepcode
Group: Platforms & Providers

Purpose: Authoritative reference for Deep Code CLI (lessweb/deepcode-cli, a third-party community terminal AI coding assistant for the deepseek-v4 model family) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Deep Code CLI (lessweb/deepcode-cli, a third-party community terminal AI coding assistant for the deepseek-v4 model family) customization in gald3r projects. Covers AGENTS.md, .agents/skills + .deepcode/skills Agent Skills, MCP inside .deepcode/settings.json, the fixed built-in slash-command set (no user commands), the absent hook/subagent surface, and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-deepcode") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-deepcode/SKILL.md


g-skl-platform-goose

Skill ID: g-skl-platform-goose
Group: Platforms & Providers

Purpose: Authoritative reference for Goose (Block) AI agent customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Goose (Block) AI agent customization in gald3r projects. Covers .goosehints + AGENTS.md instructions, ~/.config/goose/config.yaml MCP extensions, Recipes/Subrecipes as slash commands, native subagents, Agent Skills (SKILL.md, shared via ~/.claude/skills/), lifecycle hooks (hooks.json), and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-goose") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-goose/SKILL.md


g-skl-platform-hermes

Skill ID: g-skl-platform-hermes
Group: Platforms & Providers

Purpose: Authoritative reference for Hermes Agent (Nous Research

When to use: This skill is relevant when you need to authoritative reference for Hermes Agent (Nous Research — self-improving CLI + Telegram/Discord/Slack gateway) customization in gald3r projects. Covers ~/.hermes/ config (config.yaml/.env), AGENTS.md-native instruction loading (auto-injected with SOUL.md/CLAUDE.md/.cursorrules), agentskills.io SKILL.md skills (the gald3r distribution opportunity), delegate_task subagents, MCP (mcp_servers), the native config.yaml hooks: surface (17+ events, pre_tool_call blocking), and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-hermes") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-hermes/SKILL.md


g-skl-platform-junie

Skill ID: g-skl-platform-junie
Group: Platforms & Providers

Purpose: Authoritative reference for JetBrains Junie (IDE plugin + Junie CLI) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for JetBrains Junie (IDE plugin + Junie CLI) customization in gald3r projects. Covers .junie/ commands/agents/skills + AGENTS.md guidelines + mcp.json + EAP SessionStart hooks, the extension bundle, and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-junie") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-junie/SKILL.md


g-skl-platform-kimi

Skill ID: g-skl-platform-kimi
Group: Platforms & Providers

Purpose: Authoritative reference for Kimi Code CLI (Moonshot AI, MoonshotAI/kimi-code, renamed from kimi-cli) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Kimi Code CLI (Moonshot AI, MoonshotAI/kimi-code, renamed from kimi-cli) customization in gald3r projects. Covers AGENTS.md, .kimi-code/skills + .agents/skills Agent Skills, YAML sub-agent specs, config.toml [[hooks]] lifecycle hooks, native MCP, and the post-rebrand config-directory rename (.kimi/ -> .kimi-code/).

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-kimi") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-kimi/SKILL.md


g-skl-platform-kiro

Skill ID: g-skl-platform-kiro
Group: Platforms & Providers

Purpose: Authoritative reference for Kiro (Amazon's agentic IDE + Kiro CLI, the Q Developer CLI rebrand) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Kiro (Amazon's agentic IDE + Kiro CLI, the Q Developer CLI rebrand) customization in gald3r projects. Covers .kiro/ steering/prompts/agents/skills + settings/mcp.json, Agent Hooks (IDE file-event + CLI lifecycle), AGENTS.md instruction file, spec-driven workflow, and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-kiro") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-kiro/SKILL.md


g-skl-platform-kiro-cli

Skill ID: g-skl-platform-kiro-cli
Group: Platforms & Providers

Purpose: Authoritative reference for Kiro CLI (Amazon's terminal agent, the Q Developer CLI rebrand) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Kiro CLI (Amazon's terminal agent, the Q Developer CLI rebrand) customization in gald3r projects. Covers .kiro/steering/ + AGENTS.md, Agent Skills (SKILL.md), JSON custom agents + subagents, lifecycle hooks, slash commands, MCP, and gald3r install verification. Distinct from Kiro IDE (g-skl-platform-kiro).

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-kiro-cli") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-kiro-cli/SKILL.md


g-skl-platform-mimo

Skill ID: g-skl-platform-mimo
Group: Platforms & Providers

Purpose: Authoritative reference for Xiaomi MiMo-Code (terminal-native AI coding agent, a fork of OpenCode with persistent cross-session memory) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Xiaomi MiMo-Code (terminal-native AI coding agent, a fork of OpenCode with persistent cross-session memory) customization in gald3r projects. Covers AGENTS.md + CLAUDE.md dual instruction files, MEMORY.md persistent memory, .mimocode/agents custom agents, MCP in mimocode.json, Compose-mode/Distill skills equivalents, and the partial/inherited hook surface pending verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-mimo") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-mimo/SKILL.md


g-skl-platform-mistral

Skill ID: g-skl-platform-mistral
Group: Platforms & Providers

Purpose: Authoritative reference for Mistral Vibe CLI (mistral-vibe) coding agent customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Mistral Vibe CLI (mistral-vibe) coding agent customization in gald3r projects. Covers the .vibe/ config tree (TOML), AGENTS.md instructions, native Agent-Skills SKILL.md, native custom agents + subagents, MCP servers, experimental hooks, and honest capability boundaries.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-mistral") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-mistral/SKILL.md


g-skl-platform-monitor

Skill ID: g-skl-platform-monitor
Group: Platforms & Providers

Purpose: Cross-platform health and freshness monitor for the registry-driven gald3r platform roster (PLATFORM_REGISTRY.yaml

When to use: This skill is relevant when you need to cross-platform health and freshness monitor for the registry-driven gald3r platform roster (PLATFORM_REGISTRY.yaml — single source of truth). Checks per-platform capability gaps against the Cursor reference, scans official docs for breaking changes, validates platform-specific config, and generates the PLATFORM_STATUS / PLATFORM_CAPABILITY_MATRIX living indexes. Owned by g-agnt-platformer.

Arguments: none

Example invocation:

  • Claude Code: /g-platform-check (also: /g-platform-scan-docs, /g-platform-status)
  • Cursor: @g-platform-check

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-monitor/SKILL.md


g-skl-platform-openclaw

Skill ID: g-skl-platform-openclaw
Group: Platforms & Providers

Purpose: Authoritative reference for OpenClaw (self-hosted AI agent gateway

When to use: This skill is relevant when you need to authoritative reference for OpenClaw (self-hosted AI agent gateway — Discord/Telegram/Slack/WhatsApp) customization in gald3r projects. Covers the AGENTS.md + SOUL.md instruction-file convention, folder-per-skill SKILL.md (which double as slash commands), TypeScript HOOK.md hooks, sessions_spawn sub-agents, native MCP client+server, and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-openclaw") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-openclaw/SKILL.md


g-skl-platform-opencode

Skill ID: g-skl-platform-opencode
Group: Platforms & Providers

Purpose: Authoritative reference for OpenCode (sst/opencode) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for OpenCode (sst/opencode) customization in gald3r projects. Covers .opencode/ folder layout, opencode.json config, native skills discovery (.opencode/skills/ + .claude/skills/ + .agents/skills/), AGENTS.md/CLAUDE.md instructions, JS/TS plugin hooks, MCP, and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-opencode") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-opencode/SKILL.md


g-skl-platform-openhands

Skill ID: g-skl-platform-openhands
Group: Platforms & Providers

Purpose: Authoritative reference for OpenHands (All Hands AI, formerly OpenDevin) AI agent customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for OpenHands (All Hands AI, formerly OpenDevin) AI agent customization in gald3r projects. Covers AGENTS.md context, .agents/skills + .agents/agents File-Based Agents, .openhands/hooks.json lifecycle hooks, config.toml MCP, Plugins bundle, and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-openhands") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-openhands/SKILL.md


g-skl-platform-pi

Skill ID: g-skl-platform-pi
Group: Platforms & Providers

Purpose: Authoritative reference for Pi (badlogic/pi-mono terminal coding-agent harness) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Pi (badlogic/pi-mono terminal coding-agent harness) customization in gald3r projects. Covers hierarchical AGENTS.md/CLAUDE.md instructions, native Agent Skills (SKILL.md), native prompt-template slash commands, TypeScript-extension lifecycle hooks (pi.on events), the absent MCP surface, and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-pi") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-pi/SKILL.md


g-skl-platform-qwen

Skill ID: g-skl-platform-qwen
Group: Platforms & Providers

Purpose: Authoritative reference for Qwen Code (Alibaba CLI coding agent, a Gemini CLI fork) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Qwen Code (Alibaba CLI coding agent, a Gemini CLI fork) customization in gald3r projects. Covers .qwen/settings.json hooks+MCP, QWEN.md context (NOT AGENTS.md by default), custom commands, subagents, Agent Skills (SKILL.md), and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-qwen") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-qwen/SKILL.md


g-skl-platform-replit

Skill ID: g-skl-platform-replit
Group: Platforms & Providers

Purpose: Authoritative reference for Replit Agent (cloud IDE) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Replit Agent (cloud IDE) customization in gald3r projects. Covers replit.md Agent instructions, Agent Skills in /.agents/skills, Plan/Build modes + effort tiers, MCP (client + hosted server), and cloud-IDE constraints (no hooks, no commands).

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-replit") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-replit/SKILL.md


g-skl-platform-roo

Skill ID: g-skl-platform-roo
Group: Platforms & Providers

Purpose: Authoritative reference for Roo Code (VS Code extension; formerly Roo Cline) customization in gald3r projects. Covers .roo/rules/, custom modes (.roomodes), slash commands, Agent Skills (.roo/skills + .agents/skills), MCP, AGENTS.md, and gald3r install verification. NOTE

When to use: This skill is relevant when you need to authoritative reference for Roo Code (VS Code extension; formerly Roo Cline) customization in gald3r projects. Covers .roo/rules/, custom modes (.roomodes), slash commands, Agent Skills (.roo/skills + .agents/skills), MCP, AGENTS.md, and gald3r install verification. NOTE — Roo Code was discontinued 2026-05-15.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-roo") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-roo/SKILL.md


g-skl-platform-subq

Skill ID: g-skl-platform-subq
Group: Platforms & Providers

Purpose: Authoritative reference for SubQ (Subquadratic Inc.) and "SubQ Code" in gald3r projects. SubQ is a long-context LLM (OpenAI-compatible Chat Completions API); SubQ Code is a PLUGIN / long-context layer that plugs into Claude Code, Codex, and Cursor

When to use: This skill is relevant when you need to authoritative reference for SubQ (Subquadratic Inc.) and "SubQ Code" in gald3r projects. SubQ is a long-context LLM (OpenAI-compatible Chat Completions API); SubQ Code is a PLUGIN / long-context layer that plugs into Claude Code, Codex, and Cursor — it exposes NO native commands/rules/agents/skills/hooks/MCP of its own. gald3r installs target the HOST tool, not SubQ.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-subq") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-subq/SKILL.md


g-skl-platform-void

Skill ID: g-skl-platform-void
Group: Platforms & Providers

Purpose: Authoritative reference for Void (VS Code fork) customization in gald3r projects. Covers curated (human-assessed, not yet live-crawled) capability signals

When to use: This skill is relevant when you need to authoritative reference for Void (VS Code fork) customization in gald3r projects. Covers curated (human-assessed, not yet live-crawled) capability signals — Hooks/Skills/Commands curated not-supported, Rules via the legacy .cursorrules file, and MCP curated supported — plus the still-unverified folder hierarchy and instruction file.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-void") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-void/SKILL.md


g-skl-platform-warp

Skill ID: g-skl-platform-warp
Group: Platforms & Providers

Purpose: Authoritative reference for Warp (AI terminal + Oz agent platform) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Warp (AI terminal + Oz agent platform) customization in gald3r projects. Covers AGENTS.md/WARP.md project rules, Agent Skills (SKILL.md) cross-vendor discovery, Agent Profiles + Oz subagent orchestration, Warp Drive Workflows + MCP, the absent hook surface, and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-warp") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-warp/SKILL.md


g-skl-platform-windsurf

Skill ID: g-skl-platform-windsurf
Group: Platforms & Providers

Purpose: Authoritative reference for Devin Desktop (formerly Windsurf

When to use: This skill is relevant when you need to authoritative reference for Devin Desktop (formerly Windsurf — Cognition renamed the product 2026-06-02 after acquiring it; Cascade IDE) customization in gald3r projects. Covers .windsurf/ rules/workflows/skills/hooks + ~/.codeium/windsurf MCP, AGENTS.md/.windsurfrules instruction files, .claude/.agents skill reuse, and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-windsurf") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-windsurf/SKILL.md


g-skl-platform-zcode

Skill ID: g-skl-platform-zcode
Group: Platforms & Providers

Purpose: Authoritative reference for ZCode (Z.ai / Zhipu, GLM-5.2 Agentic Development Environment) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for ZCode (Z.ai / Zhipu, GLM-5.2 Agentic Development Environment) customization in gald3r projects. Covers the two-scope AGENTS.md convention (global-then-workspace, no imports/hierarchy), native Agent Skills (SKILL.md), native slash commands, Beta global-only subagents, native MCP, the absent hooks surface, and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-zcode") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-zcode/SKILL.md


g-skl-platform-zed

Skill ID: g-skl-platform-zed
Group: Platforms & Providers

Purpose: Authoritative reference for Zed (agent panel + ACP host) customization in gald3r projects.

When to use: This skill is relevant when you need to authoritative reference for Zed (agent panel + ACP host) customization in gald3r projects. Covers the .rules-first project-instructions precedence list, native AGENTS.md (project + personal ~/.config/zed/AGENTS.md), native Agent Skills (.agents/skills/, shared with Codex/Amp/Deep Code), native MCP (context_servers), External Agents hosted via the Agent Client Protocol (agent_servers), the absent hooks/commands surfaces, and gald3r install verification.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-platform-zed") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-cli-claude, g-skl-cli-codex, g-skl-cli-copilot, g-skl-cli-cursor, g-skl-cli-jcode, g-skl-cli-opencode, g-skl-platform-aider, g-skl-platform-antigravity

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-platform-zed/SKILL.md


g-skl-plugins

Skill ID: g-skl-plugins
Group: Other (declared group PLUGIN_SYSTEM is not in the canonical .gald3r/PRODUCT_SYSTEMS.md registry)

Purpose: Authoritative reference for the gald3r plugin system

When to use: This skill is relevant when you need to authoritative reference for the gald3r plugin system — install, remove (uninstall), update, list, and per-project enable/disable git-cloned, SKILL.md-based third-party plugins via gald3r plugin <verb>. Documents the live PluginManager mechanism (git clone/pull/rmtree, GLOBAL install, no manifest, no ledger) plus the per-project ON/OFF association overlay, and honestly flags the two operations (scaffold/NEW and CHECK_COMPAT) that are not implemented. Single source of truth for everything plugin-related.

Arguments: none

Example invocation:

  • Claude Code: /g-plugin-update
  • Cursor: @g-plugin-update

Maturity: beta
Token budget: medium

Related: g-skl-auto-triage

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-plugins/SKILL.md

Metadata note: skills/g-skl-plugins/SKILL.md: subsystem_memberships declares unrecognized group 'PLUGIN_SYSTEM' (not in .gald3r/PRODUCT_SYSTEMS.md defined_groups)


g-skl-policy

Skill ID: g-skl-policy
Group: Security & Compliance

Purpose: Policy-as-code guardrail

When to use: This skill is relevant when you need to policy-as-code guardrail — loads an org policy bundle (file offline, world_tree online) and exposes a CHECK op used by the pre-tool-call and pre-commit hooks to deterministically block/allow. Team/Org tier only; free/retail installs run an empty/default bundle.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-policy") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-compliance, g-skl-dependency-audit

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-policy/SKILL.md


g-skl-prds

Skill ID: g-skl-prds
Group: Setup & Project Identity

Purpose: Own and manage all PRD data

When to use: This skill is relevant when you need to own and manage all PRD data — PRDS.md index, prds/ individual files, governance lifecycle (draft→review→approved→in-implementation→released→archived), revision chain, and freeze enforcement. Parallel artifact to Features for compliance, audit, and external sign-off.

Arguments: none

Example invocation:

  • Claude Code: /g-prd-add (also: /g-prd-del, /g-prd-revise, /g-prd-upd)
  • Cursor: @g-prd-add

Maturity: unspecified
Token budget: low

Related: g-skl-codename, g-skl-constraints, g-skl-features, g-skl-ideas, g-skl-medic, g-skl-plan, g-skl-project, g-skl-res-apply

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-prds/SKILL.md


g-skl-project

Skill ID: g-skl-project
Group: Setup & Project Identity

Purpose: Own and manage PROJECT.md (mission, goals, project linking).

When to use: This skill is relevant when you need to own and manage PROJECT.md (mission, goals, project linking). Single source of truth for project identity. Constraints operations delegated to g-skl-constraints.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-project") in your prompt.

Maturity: unspecified
Token budget: medium

Related: g-skl-codename, g-skl-constraints, g-skl-features, g-skl-ideas, g-skl-medic, g-skl-plan, g-skl-prds, g-skl-res-apply

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-project/SKILL.md


g-skl-qa

Skill ID: g-skl-qa
Group: Bugs & Quality

Purpose: Track bugs, QA, and fixes in .gald3r/.

When to use: This skill is relevant when you need to track bugs, QA, and fixes in .gald3r/. For bug reports, issues, quality, fixes, QA workflows.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-qa") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-api-doc-gen, g-skl-bugs, g-skl-code-review, g-skl-review, g-skl-security-scan, g-skl-swot-review, g-skl-test, g-skl-verify-ladder

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-qa/SKILL.md


g-skl-recon-docs

Skill ID: g-skl-recon-docs
Group: Vault & Research

Purpose: Documentation URL ingestion with periodic revisit.

When to use: This skill is relevant when you need to documentation URL ingestion with periodic revisit. Crawls URLs into research/platforms/, tracks staleness per _index.yaml, surfaces stale count at session start. Depends on g-skl-crawl (crawl4ai).

Arguments: none

Example invocation:

  • Claude Code: /g-platform-scan-docs (also: /g-recon-docs)
  • Cursor: @g-platform-scan-docs

Maturity: unspecified
Token budget: high

Related: g-skl-crawl, g-skl-crr, g-skl-monitor, g-skl-recon-file, g-skl-recon-repo, g-skl-recon-url, g-skl-recon-yt, g-skl-res-deep

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-recon-docs/SKILL.md


g-skl-recon-file

Skill ID: g-skl-recon-file
Group: Vault & Research

Purpose: Capture a local file (PDF, DOCX, XLSX, TXT, MD, CSV, RTF) into the vault knowledge store.

When to use: This skill is relevant when you need to capture a local file (PDF, DOCX, XLSX, TXT, MD, CSV, RTF) into the vault knowledge store. Extracts text content, generates Obsidian-compatible vault notes in research/files/.

Arguments: none

Example invocation:

  • Claude Code: /g-recon-file
  • Cursor: @g-recon-file

Maturity: unspecified
Token budget: low

Related: g-skl-crawl, g-skl-crr, g-skl-monitor, g-skl-recon-docs, g-skl-recon-repo, g-skl-recon-url, g-skl-recon-yt, g-skl-res-deep

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-recon-file/SKILL.md


g-skl-recon-repo

Skill ID: g-skl-recon-repo
Group: Vault & Research

Purpose: Capture a GitHub repository into the vault as a structured summary note.

When to use: This skill is relevant when you need to capture a GitHub repository into the vault as a structured summary note. Produces research/repos/ notes and _index.yaml. Optional --deep flag triggers full g-skl-res-deep analysis pass.

Arguments: none

Example invocation:

  • Claude Code: /g-recon-repo
  • Cursor: @g-recon-repo

Maturity: unspecified
Token budget: medium

Related: g-skl-crawl, g-skl-crr, g-skl-monitor, g-skl-recon-docs, g-skl-recon-file, g-skl-recon-url, g-skl-recon-yt, g-skl-res-deep

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-recon-repo/SKILL.md


g-skl-recon-url

Skill ID: g-skl-recon-url
Group: Vault & Research

Purpose: One-time URL ingestion into vault research/articles/.

When to use: This skill is relevant when you need to one-time URL ingestion into vault research/articles/. No revisit scheduling. Dedup by source URL in _index.yaml. Depends on g-skl-crawl (crawl4ai).

Arguments: none

Example invocation:

  • Claude Code: /g-recon-url
  • Cursor: @g-recon-url

Maturity: unspecified
Token budget: low

Related: g-skl-crawl, g-skl-crr, g-skl-monitor, g-skl-recon-docs, g-skl-recon-file, g-skl-recon-repo, g-skl-recon-yt, g-skl-res-deep

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-recon-url/SKILL.md


g-skl-recon-yt

Skill ID: g-skl-recon-yt
Group: Vault & Research

Purpose: YouTube transcript ingestion into the vault. Uses yt-dlp to fetch transcripts locally

When to use: This skill is relevant when you need to youTube transcript ingestion into the vault. Uses yt-dlp to fetch transcripts locally — no Docker, no MCP, no screen captures. Stores in research/videos/ with analysis_depth=transcript_only for future vision upgrade.

Arguments: none

Example invocation:

  • Claude Code: /g-recon-yt
  • Cursor: @g-recon-yt

Maturity: unspecified
Token budget: medium

Related: g-skl-crawl, g-skl-crr, g-skl-monitor, g-skl-recon-docs, g-skl-recon-file, g-skl-recon-repo, g-skl-recon-url, g-skl-res-deep

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-recon-yt/SKILL.md


g-skl-release

Skill ID: g-skl-release
Group: Release & Versioning

Purpose: Own and manage all release data

When to use: This skill is relevant when you need to own and manage all release data — RELEASES.md index and releases/ individual files. Operations: CREATE new release, ASSIGN tasks to a release, STATUS summary, PUBLISH ROADMAP.md, ACCELERATE target dates with cascading shift to subsequent planned releases, SYNC reconcile CHANGELOG entries against release records (C-023).

Arguments: none

Example invocation:

  • Claude Code: /g-release-accelerate (also: /g-release-assign, /g-release-new, /g-release-propose, /g-release-publish, /g-release-status)
  • Cursor: @g-release-accelerate

Maturity: unspecified
Token budget: low

Related: g-skl-git-commit, g-skl-github-pr, g-skl-ship

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-release/SKILL.md


g-skl-res-apply

Skill ID: g-skl-res-apply
Group: Setup & Project Identity

Purpose: Convert a reverse-spec FEATURES.md (produced by g-skl-res-deep) into gald3r artifacts: project goals, PRDs, subsystem specs (merge or create), and tasks. Vault-aware

When to use: This skill is relevant when you need to convert a reverse-spec FEATURES.md (produced by g-skl-res-deep) into gald3r artifacts: project goals, PRDs, subsystem specs (merge or create), and tasks. Vault-aware — reads from {vault}/research/CRR_FunctionalSpecs/{slug}/FEATURES.md when a shared vault is configured, else falls back to local research/CRR_FunctionalSpecs/{slug}/FEATURES.md. This is the "Execute" layer in the Discover → Curate → Execute harvest pipeline.

Arguments: none

Example invocation:

  • Claude Code: /g-res-apply
  • Cursor: @g-res-apply

Maturity: unspecified
Token budget: very_high

Related: g-skl-codename, g-skl-constraints, g-skl-features, g-skl-ideas, g-skl-medic, g-skl-plan, g-skl-prds, g-skl-project

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-res-apply/SKILL.md


g-skl-res-deep

Skill ID: g-skl-res-deep
Group: Vault & Research

Purpose: Analyze any external repository and produce a whole-system, consumer-neutral functional specification (FEATURES.md + supporting notes). Centralizes output in the shared vault at {vault}/research/CRR_FunctionalSpecs/{slug}/ so a run from any project/workspace lands in one place reusable across projects; falls back to local research/CRR_FunctionalSpecs/{slug}/ only when no shared vault is configured. Documents the ENTIRE source system regardless of relevance …[truncated for display -- see Source]

When to use: This skill is relevant when you need to analyze any external repository and produce a whole-system, consumer-neutral functional specification (FEATURES.md + supporting notes). Centralizes output in the shared vault at {vault}/research/CRR_FunctionalSpecs/{slug}/ so a run from any project/workspace lands in one place reusable across projects; falls back to local research/CRR_FunctionalSpecs/{slug}/ only when no shared vault is configured. Documents the ENTIRE source system regardless of relevance to any one consumer project. Performs cross-project dedup via _recon_index.yaml. Agents are reporters — humans are editors. No .gald3r/ writes until human approves APPLY.

Arguments: none

Example invocation:

  • Claude Code: /g-res-deep
  • Cursor: @g-res-deep

Maturity: unspecified
Token budget: very_high

Related: g-skl-crawl, g-skl-crr, g-skl-monitor, g-skl-recon-docs, g-skl-recon-file, g-skl-recon-repo, g-skl-recon-url, g-skl-recon-yt

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-res-deep/SKILL.md


g-skl-res-review

Skill ID: g-skl-res-review
Group: Vault & Research

Purpose: Analyze external sources (GitHub repos, URLs) for adoptable patterns and improvements. Vault-aware

When to use: This skill is relevant when you need to analyze external sources (GitHub repos, URLs) for adoptable patterns and improvements. Vault-aware — reads from {vault}/research/CRR_FunctionalSpecs/ when a shared vault is configured, else falls back to local research/CRR_FunctionalSpecs/. Uses _recon_index.yaml for cross-project dedup. Produces structured harvest reports and optional IDEA_BOARD suggestions. Zero-change-without-approval.

Arguments: none

Example invocation:

  • Claude Code: /g-agent-hire (also: /g-res-review)
  • Cursor: @g-agent-hire

Maturity: unspecified
Token budget: very_high

Related: g-skl-crawl, g-skl-crr, g-skl-monitor, g-skl-recon-docs, g-skl-recon-file, g-skl-recon-repo, g-skl-recon-url, g-skl-recon-yt

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-res-review/SKILL.md


g-skl-review

Skill ID: g-skl-review
Group: Bugs & Quality

Purpose: Code review for security, quality, performance, reusability; structured report with severity and actions.

When to use: This skill is relevant when you need to code review for security, quality, performance, reusability; structured report with severity and actions.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-review") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-api-doc-gen, g-skl-bugs, g-skl-code-review, g-skl-qa, g-skl-security-scan, g-skl-swot-review, g-skl-test, g-skl-verify-ladder

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-review/SKILL.md


g-skl-security-scan

Skill ID: g-skl-security-scan
Group: Bugs & Quality

Purpose: SAST-style static analysis for hardcoded secrets, injection patterns, insecure deserialization, path traversal, and other critical vulnerabilities.

When to use: This skill is relevant when you need to sAST-style static analysis for hardcoded secrets, injection patterns, insecure deserialization, path traversal, and other critical vulnerabilities. Severity-ranked findings with line references and remediation guidance. Includes two-phase threat-model + diff-revalidation mode for use as the post-implementation gate in g-go-review.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-security-scan") in your prompt.

Maturity: unspecified
Token budget: medium

Related: g-skl-api-doc-gen, g-skl-bugs, g-skl-code-review, g-skl-qa, g-skl-review, g-skl-swot-review, g-skl-test, g-skl-verify-ladder

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-security-scan/SKILL.md


g-skl-sesh

Skill ID: g-skl-sesh
Group: Tasks

Purpose: Session-only goal control (Sunstone)

When to use: This skill is relevant when you need to session-only goal control (Sunstone) -- the CURRENT session's own ordered heading list, consulted on drift or "where were we". Not project goals, not milestones, not the task board.

Arguments: none

Example invocation:

  • Claude Code: /g-sesh-goal-add (also: /g-sesh-goal-rem)
  • Cursor: @g-sesh-goal-add

Maturity: unspecified
Token budget: low

Related: g-skl-backlog-curate, g-skl-dependency-graph, g-skl-status, g-skl-tasks, g-skl-wishlist-mine

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-sesh/SKILL.md


g-skl-setup

Skill ID: g-skl-setup
Group: Setup & Project Identity

Purpose: Initialize gald3r in a project

When to use: This skill is relevant when you need to initialize gald3r in a project — folder structure and template files for task management.

Arguments: none

Example invocation:

  • Claude Code: /g-setup (also: /g-wpac-promote)
  • Cursor: @g-setup

Maturity: unspecified
Token budget: medium

Related: g-skl-codename, g-skl-constraints, g-skl-features, g-skl-ideas, g-skl-medic, g-skl-plan, g-skl-prds, g-skl-project

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-setup/SKILL.md


g-skl-ship

Skill ID: g-skl-ship
Group: Release & Versioning

Purpose: Semantic versioning and release management for gald3r projects.

When to use: This skill is relevant when you need to semantic versioning and release management for gald3r projects. Promotes CHANGELOG [Unreleased] to a versioned release, bumps VERSION, updates README badge, creates git tag, and optionally publishes a GitHub release. Also handles incremental CHANGELOG entries during development.

Arguments: none

Example invocation:

  • Claude Code: /g-ship (also: /g-update)
  • Cursor: @g-ship

Maturity: unspecified
Token budget: medium

Related: g-skl-git-commit, g-skl-github-pr, g-skl-release

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-ship/SKILL.md


g-skl-status

Skill ID: g-skl-status
Group: Tasks

Purpose: Show project status

When to use: This skill is relevant when you need to show project status — session context, active tasks, phase progress, goals, ideas.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-status") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-backlog-curate, g-skl-dependency-graph, g-skl-sesh, g-skl-tasks, g-skl-wishlist-mine

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-status/SKILL.md


g-skl-stz

Skill ID: g-skl-stz
Group: Pipelines & Autopilot (the g-go family)

Purpose: Sun Tzu strategy advisor

When to use: This skill is relevant when you need to sun Tzu strategy advisor — counsels the supplied situation through Art of War doctrines (win before fighting, know both sides, terrain and timing, economy of force, shaping, strike the weak), naming the principle behind each recommendation.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-stz") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-browser-use, g-skl-computer-use, g-skl-cross-review, g-skl-curator, g-skl-delegate, g-skl-ipb, g-skl-keep-it-simple, g-skl-marketing

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-stz/SKILL.md


g-skl-subsystem-graph

Skill ID: g-skl-subsystem-graph
Group: Setup & Project Identity

Purpose: Generate and update .gald3r/SUBSYSTEM_GRAPH.md from subsystem spec file dependencies.

When to use: This skill is relevant when you need to generate and update .gald3r/SUBSYSTEM_GRAPH.md from subsystem spec file dependencies. Auto-triggered when subsystems are created or updated with dependency changes. Also callable via @g-dependency-graph --subsystems or @g-subsystem-graph.

Arguments: none

Example invocation:

  • Claude Code: /g-subsystem-graph
  • Cursor: @g-subsystem-graph

Maturity: unspecified
Token budget: medium

Related: g-skl-codename, g-skl-constraints, g-skl-features, g-skl-ideas, g-skl-medic, g-skl-plan, g-skl-prds, g-skl-project

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-subsystem-graph/SKILL.md


g-skl-subsystems

Skill ID: g-skl-subsystems
Group: Setup & Project Identity

Purpose: Own and manage SUBSYSTEMS.md (registry + mermaid graph) and subsystems/ spec files.

When to use: This skill is relevant when you need to own and manage SUBSYSTEMS.md (registry + mermaid graph) and subsystems/ spec files. Tracks what subsystems exist, their boundaries, dependencies, and activity logs.

Arguments: none

Example invocation:

  • Claude Code: /g-codeowners-gen (also: /g-subsystem-add, /g-subsystem-audit, /g-subsystem-del, /g-subsystem-upd, /g-subsystems)
  • Cursor: @g-codeowners-gen

Maturity: unspecified
Token budget: low

Related: g-skl-codename, g-skl-constraints, g-skl-features, g-skl-ideas, g-skl-medic, g-skl-plan, g-skl-prds, g-skl-project

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-subsystems/SKILL.md


g-skl-swot-review

Skill ID: g-skl-swot-review
Group: Bugs & Quality

Purpose: Automated SWOT analysis for the current project phase.

When to use: This skill is relevant when you need to automated SWOT analysis for the current project phase. Reviews progress, architectural compliance, code quality, goal alignment, and technical debt. Runs weekly via heartbeat or on-demand.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-swot-review") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-api-doc-gen, g-skl-bugs, g-skl-code-review, g-skl-qa, g-skl-review, g-skl-security-scan, g-skl-test, g-skl-verify-ladder

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-swot-review/SKILL.md


g-skl-tasks

Skill ID: g-skl-tasks
Group: Tasks

Purpose: Own and manage all task data

When to use: This skill is relevant when you need to own and manage all task data — TASKS.md index, tasks/ individual files, status transitions, sync validation, complexity scoring, and sprint planning. Single source of truth for everything task-related.

Arguments: none

Example invocation:

  • Claude Code: /g-crash-stats (also: /g-feat-promote, /g-go-bugs-swarm, /g-go-xreview, /g-hotfix-open, /g-issue-sync)
  • Cursor: @g-crash-stats

Maturity: production
Token budget: low

Related: g-skl-backlog-curate, g-skl-dependency-graph, g-skl-sesh, g-skl-status, g-skl-wishlist-mine

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-tasks/SKILL.md


g-skl-territory

Skill ID: g-skl-territory
Group: WPAC & Workspace Coordination

Purpose: Lease, renew, release, and check status of subsystem/path territories with TTLs

When to use: This skill is relevant when you need to lease, renew, release, and check status of subsystem/path territories with TTLs — the coordination primitive multiple coordinators use to safely partition a project without stepping on each other's work.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-territory") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-drift, g-skl-linking, g-skl-valk, g-skl-workspace, g-skl-wpac-adopt, g-skl-wpac-ask, g-skl-wpac-claim, g-skl-wpac-move

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-territory/SKILL.md


g-skl-test

Skill ID: g-skl-test
Group: Bugs & Quality

Purpose: Create, maintain, and run multi-level test plans (fast, comprehensive, regression) for gald3r systems and features.

When to use: This skill is relevant when you need to create, maintain, and run multi-level test plans (fast, comprehensive, regression) for gald3r systems and features. Use when creating test plans, running tests, checking test coverage gaps, doing code review, verification, or when preparing a release. Enforces C-013/C-014/C-015 constraints. Triggered by @g-test command and g-agnt-test agent.

Arguments: none

Example invocation:

  • Claude Code: /g-test
  • Cursor: @g-test

Maturity: unspecified
Token budget: medium

Related: g-skl-api-doc-gen, g-skl-bugs, g-skl-code-review, g-skl-qa, g-skl-review, g-skl-security-scan, g-skl-swot-review, g-skl-verify-ladder

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-test/SKILL.md


g-skl-theme-editor

Skill ID: g-skl-theme-editor
Group: Output Formats

Purpose: Create and edit gald3r HTML themes against .gald3r/reports/themes/theme-schema.json.

When to use: This skill is relevant when you need to create and edit gald3r HTML themes against .gald3r/reports/themes/theme-schema.json. Visual editor (live preview, per-token color pickers, import/export :root blocks) ships in example_desktop; this skill is the spec + a file-first fallback that works without the app. Invoked by g-theme-edit.

Arguments: none

Example invocation:

  • Claude Code: /g-theme-edit
  • Cursor: @g-theme-edit

Maturity: unspecified
Token budget: low

Related: g-skl-comfyui, g-skl-design, g-skl-ghostwrite, g-skl-html-output, g-skl-json-output, g-skl-toon-output

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-theme-editor/SKILL.md


g-skl-thinker

Skill ID: g-skl-thinker
Group: Pipelines & Autopilot (the g-go family)

Purpose: Deep-thinker reasoning mode invoked before answering a non-trivial question: lay out assumptions, weigh at least two genuinely different angles, stress-test the first instinct, then land on a clear, committed verdict.

When to use: This skill is relevant when you need to deep-thinker reasoning mode invoked before answering a non-trivial question: lay out assumptions, weigh at least two genuinely different angles, stress-test the first instinct, then land on a clear, committed verdict.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-thinker") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-browser-use, g-skl-computer-use, g-skl-cross-review, g-skl-curator, g-skl-delegate, g-skl-ipb, g-skl-keep-it-simple, g-skl-marketing

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-thinker/SKILL.md


g-skl-toon-output

Skill ID: g-skl-toon-output
Group: Output Formats

Purpose: Emit gald3r output as TOON (Token-Oriented Object Notation)

When to use: This skill is relevant when you need to emit gald3r output as TOON (Token-Oriented Object Notation) — a compact, lossless, LLM-friendly format that states record keys once (tabular arrays) to cut tokens vs markdown/JSON. Operations ENCODE, DECODE, VALIDATE, EXPORT. Invoked by --toon flag commands. Coordination state files stay markdown.

Arguments: none

Example invocation:

  • Claude Code: /g-status
  • Cursor: @g-status

Maturity: unspecified
Token budget: low

Related: g-skl-comfyui, g-skl-design, g-skl-ghostwrite, g-skl-html-output, g-skl-json-output, g-skl-theme-editor

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-toon-output/SKILL.md


g-skl-valk

Skill ID: g-skl-valk
Group: WPAC & Workspace Coordination

Purpose: Drive the resident Valkyrie world_tree connector (gald3r valk) directly

When to use: This skill is relevant when you need to drive the resident Valkyrie world_tree connector (gald3r valk) directly — live peer-to-peer ask/inquire, connector status, durable events ledger, and world_tree base-URL/login setup. Complements g-skl-wpac-* file-transport skills.

Arguments: none

Example invocation:

  • Claude Code: /g-valk-ask (also: /g-valk-connect, /g-valk-inquire, /g-valk-messages, /g-valk-sync)
  • Cursor: @g-valk-ask

Maturity: unspecified
Token budget: low

Related: g-skl-drift, g-skl-linking, g-skl-territory, g-skl-workspace, g-skl-wpac-adopt, g-skl-wpac-ask, g-skl-wpac-claim, g-skl-wpac-move

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-valk/SKILL.md


g-skl-vault

Skill ID: g-skl-vault
Group: Memory & Knowledge

Purpose: Own and manage the file-first vault plus repo mirror metadata.

When to use: This skill is relevant when you need to own and manage the file-first vault plus repo mirror metadata. Obsidian-compatible notes, wiki compilation, path resolution, reindexing, linting, and GitHub repo summaries.

Arguments: none

Example invocation:

  • Claude Code: /g-vault-frontmatter-fix (also: /g-vault-ingest, /g-vault-search)
  • Cursor: @g-vault-frontmatter-fix

Maturity: unspecified
Token budget: low

Related: g-skl-compress-memory, g-skl-context-builder, g-skl-graphify, g-skl-knowledge-refresh, g-skl-learn, g-skl-memory, g-skl-muninn

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-vault/SKILL.md


g-skl-verify-ladder

Skill ID: g-skl-verify-ladder
Group: Bugs & Quality

Purpose: Multi-level verification gates for autonomous task completion.

When to use: This skill is relevant when you need to multi-level verification gates for autonomous task completion. Configurable levels from minimal (lint) to thorough (tests + acceptance + hallucination guard).

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-verify-ladder") in your prompt.

Maturity: unspecified
Token budget: low

Related: g-skl-api-doc-gen, g-skl-bugs, g-skl-code-review, g-skl-qa, g-skl-review, g-skl-security-scan, g-skl-swot-review, g-skl-test

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-verify-ladder/SKILL.md


g-skl-wishlist-mine

Skill ID: g-skl-wishlist-mine
Group: Tasks

Purpose: Mine a free-form, human-prose intent/wishlist document into formal gald3r task specs

When to use: This skill is relevant when you need to mine a free-form, human-prose intent/wishlist document into formal gald3r task specs — READ-ONLY against the prose doc, dedup against existing tasks, curation discipline (epics for vision, backlog-candidates for unsure). Productizes the DELIVERABLES.md mining pattern.

Arguments: none

Example invocation:

  • Claude Code: /g-wishlist-mine
  • Cursor: @g-wishlist-mine

Maturity: unspecified
Token budget: medium

Related: g-skl-backlog-curate, g-skl-dependency-graph, g-skl-sesh, g-skl-status, g-skl-tasks

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-wishlist-mine/SKILL.md


g-skl-workspace

Skill ID: g-skl-workspace
Group: WPAC & Workspace Coordination

Purpose: Workspace-Control Mode skill.

When to use: This skill is relevant when you need to workspace-Control Mode skill. Reads .gald3r/linking/workspace_manifest.yaml as the canonical registry and provides STATUS, VALIDATE, MEMBER LIST, SPAWN, ADOPT, EXPORT/SYNC dry-run planning, and member .gald3r/ marker bootstrap/remediate/validate operations for manifest-declared repositories.

Arguments: none

Example invocation:

  • Claude Code: /g-report (also: /g-status, /g-workspace-export, /g-workspace-status, /g-workspace-sync, /g-workspace-validate)
  • Cursor: @g-report

Maturity: unspecified
Token budget: medium

Related: g-skl-drift, g-skl-linking, g-skl-territory, g-skl-valk, g-skl-wpac-adopt, g-skl-wpac-ask, g-skl-wpac-claim, g-skl-wpac-move

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-workspace/SKILL.md


g-skl-wpac-adopt

Skill ID: g-skl-wpac-adopt
Group: WPAC & Workspace Coordination

Purpose: Register another project as a child of the current project.

When to use: This skill is relevant when you need to register another project as a child of the current project. Creates or updates linking/link_topology.md on both sides when the target is locally accessible.

Arguments: none

Example invocation:

  • Claude Code: /g-wpac-adopt
  • Cursor: @g-wpac-adopt

Maturity: unspecified
Token budget: low

Related: g-skl-drift, g-skl-linking, g-skl-territory, g-skl-valk, g-skl-workspace, g-skl-wpac-ask, g-skl-wpac-claim, g-skl-wpac-move

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-wpac-adopt/SKILL.md


g-skl-wpac-ask

Skill ID: g-skl-wpac-ask
Group: WPAC & Workspace Coordination

Purpose: Child project requests parent action

When to use: This skill is relevant when you need to child project requests parent action — writes parent INBOX.md and marks local task as blocked with cross-project metadata.

Arguments: none

Example invocation:

  • Claude Code: /g-wpac-ask
  • Cursor: @g-wpac-ask

Maturity: unspecified
Token budget: low

Related: g-skl-drift, g-skl-linking, g-skl-territory, g-skl-valk, g-skl-workspace, g-skl-wpac-adopt, g-skl-wpac-claim, g-skl-wpac-move

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-wpac-ask/SKILL.md


g-skl-wpac-claim

Skill ID: g-skl-wpac-claim
Group: WPAC & Workspace Coordination

Purpose: Register another project as the parent of the current project.

When to use: This skill is relevant when you need to register another project as the parent of the current project. Creates or updates linking/link_topology.md on both sides when the parent is locally accessible.

Arguments: none

Example invocation:

  • Claude Code: /g-wpac-claim
  • Cursor: @g-wpac-claim

Maturity: unspecified
Token budget: low

Related: g-skl-drift, g-skl-linking, g-skl-territory, g-skl-valk, g-skl-workspace, g-skl-wpac-adopt, g-skl-wpac-ask, g-skl-wpac-move

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-wpac-claim/SKILL.md


g-skl-wpac-move

Skill ID: g-skl-wpac-move
Group: WPAC & Workspace Coordination

Purpose: Transfer files or folders from this project to another project in the topology (parent, child, or sibling) with provenance tracking, safety gates, and vault log entries in both projects.

When to use: This skill is relevant when you need to transfer files or folders from this project to another project in the topology (parent, child, or sibling) with provenance tracking, safety gates, and vault log entries in both projects. Use when migrating subsystems between repos, promoting assets to the canonical template, or extracting code that grew in one project but belongs in another.

Arguments: none

Example invocation:

  • Claude Code: /g-wpac-move
  • Cursor: @g-wpac-move

Maturity: unspecified
Token budget: medium

Related: g-skl-drift, g-skl-linking, g-skl-territory, g-skl-valk, g-skl-workspace, g-skl-wpac-adopt, g-skl-wpac-ask, g-skl-wpac-claim

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-wpac-move/SKILL.md


g-skl-wpac-notify

Skill ID: g-skl-wpac-notify
Group: WPAC & Workspace Coordination

Purpose: Send lightweight [INFO] freeform notifications to one or more project INBOXes

When to use: This skill is relevant when you need to send lightweight [INFO] freeform notifications to one or more project INBOXes — no task created, no approval needed. FYI-only cross-project messaging.

Arguments: none

Example invocation:

  • Claude Code: /g-wpac-notify
  • Cursor: @g-wpac-notify

Maturity: unspecified
Token budget: low

Related: g-skl-drift, g-skl-linking, g-skl-territory, g-skl-valk, g-skl-workspace, g-skl-wpac-adopt, g-skl-wpac-ask, g-skl-wpac-claim

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-wpac-notify/SKILL.md


g-skl-wpac-order

Skill ID: g-skl-wpac-order
Group: WPAC & Workspace Coordination

Purpose: As a parent project, push a task to one or more child projects with configurable cascade depth (1–3).

When to use: This skill is relevant when you need to as a parent project, push a task to one or more child projects with configurable cascade depth (1–3). Creates tasks in child .gald3r/ folders and an INBOX notification.

Arguments: none

Example invocation:

  • Claude Code: /g-migrate (also: /g-wishlist-mine, /g-wpac-order)
  • Cursor: @g-migrate

Maturity: unspecified
Token budget: medium

Related: g-skl-drift, g-skl-linking, g-skl-territory, g-skl-valk, g-skl-workspace, g-skl-wpac-adopt, g-skl-wpac-ask, g-skl-wpac-claim

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-wpac-order/SKILL.md


g-skl-wpac-read

Skill ID: g-skl-wpac-read
Group: WPAC & Workspace Coordination

Purpose: Review and action all incoming cross-project coordination items

When to use: This skill is relevant when you need to review and action all incoming cross-project coordination items — conflicts (block planning), requests from children, broadcasts from parents, and peer syncs from siblings.

Arguments: none

Example invocation:

  • Claude Code: /g-wpac-archive-inbox (also: /g-wpac-read)
  • Cursor: @g-wpac-archive-inbox

Maturity: unspecified
Token budget: medium

Related: g-skl-drift, g-skl-linking, g-skl-territory, g-skl-valk, g-skl-workspace, g-skl-wpac-adopt, g-skl-wpac-ask, g-skl-wpac-claim

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-wpac-read/SKILL.md


g-skl-wpac-send-to

Skill ID: g-skl-wpac-send-to
Group: WPAC & Workspace Coordination

Purpose: Send files, features, specs, ideas, or code from the current project to any related project in the topology (parent, sibling, or child).

When to use: This skill is relevant when you need to send files, features, specs, ideas, or code from the current project to any related project in the topology (parent, sibling, or child). Handles file copying, INBOX notification, vault provenance logging, and optional source cleanup. Lighter-weight than g-skl-wpac-move (which requires topology pre-registration); this skill also works when the destination is a recently-spawned project.

Arguments: none

Example invocation:

  • Claude Code: /g-wpac-send-to
  • Cursor: @g-wpac-send-to

Maturity: unspecified
Token budget: medium

Related: g-skl-drift, g-skl-linking, g-skl-territory, g-skl-valk, g-skl-workspace, g-skl-wpac-adopt, g-skl-wpac-ask, g-skl-wpac-claim

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-wpac-send-to/SKILL.md


g-skl-wpac-spawn

Skill ID: g-skl-wpac-spawn
Group: WPAC & Workspace Coordination

Purpose: Spawn a new gald3r project from the current project. Creates the new project folder in the same ecosystem root, installs gald3r (matching the current project's install type

When to use: This skill is relevant when you need to spawn a new gald3r project from the current project. Creates the new project folder in the same ecosystem root, installs gald3r (matching the current project's install type — symlinks or fresh template), seeds it with any passed description/features/code, runs gald3r-setup, and immediately links both projects via WPAC topology (--parent | --sibling | --child).

Arguments: none

Example invocation:

  • Claude Code: /g-wpac-spawn
  • Cursor: @g-wpac-spawn

Maturity: unspecified
Token budget: medium

Related: g-skl-drift, g-skl-linking, g-skl-territory, g-skl-valk, g-skl-workspace, g-skl-wpac-adopt, g-skl-wpac-ask, g-skl-wpac-claim

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-wpac-spawn/SKILL.md


g-skl-wpac-sync

Skill ID: g-skl-wpac-sync
Group: WPAC & Workspace Coordination

Purpose: Initiate or respond to sibling contract sync

When to use: This skill is relevant when you need to initiate or respond to sibling contract sync — advisory only, non-blocking. Both sides update local peer topology copies.

Arguments: none

Example invocation:

  • Claude Code: /g-wpac-sync
  • Cursor: @g-wpac-sync

Maturity: unspecified
Token budget: medium

Related: g-skl-drift, g-skl-linking, g-skl-territory, g-skl-valk, g-skl-workspace, g-skl-wpac-adopt, g-skl-wpac-ask, g-skl-wpac-claim

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-wpac-sync/SKILL.md


g-skl-yt-video-analysis

Skill ID: g-skl-yt-video-analysis
Group: Vault & Research

Purpose: MCP or full-pipeline video analysis

When to use: This skill is relevant when you need to mCP or full-pipeline video analysis — vault notes must match Obsidian standard. For local yt-dlp transcripts only, use g-skl-ingest-youtube.

Arguments: none

Example invocation:

  • Any platform: No command dispatches to this skill by name in its body -- it activates by the agent's own judgment matching this skill's description:, or by direct mention (e.g. "use g-skl-yt-video-analysis") in your prompt.

Maturity: unspecified
Token budget: medium

Related: g-skl-crawl, g-skl-crr, g-skl-monitor, g-skl-recon-docs, g-skl-recon-file, g-skl-recon-repo, g-skl-recon-url, g-skl-recon-yt

Source: src/gald3r_core/platform/pipeline/neutral_source/skills/g-skl-yt-video-analysis/SKILL.md