Wiki documentation — Gald3r-Labs/gald3r
gald3r Skills
Last synced July 6, 2026Edit on GitHub wiki
gald3r Skills
Skills are reusable capability modules that commands and agents load on demand. They live in project_template/.claude/skills/<name>/SKILL.md. Full operations, usage, and examples for each skill live on the Skills-Detail page.
Total skills: 116
Task Management
| Name | Description | Source |
|---|---|---|
g-skl-dependency-graph | 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. | src |
g-skl-status | Show project status — session context, active tasks, phase progress, goals, ideas. | src |
g-skl-tasks | 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 | src |
g-skl-wishlist-mine | 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-can | src |
Project & Setup
| Name | Description | Source |
|---|---|---|
g-skl-constraints | Own and manage .gald3r/CONSTRAINTS.md — add, update, deprecate, check, and surface project constraints at session start. | src |
g-skl-features | 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 | src |
g-skl-ideas | Own and manage IDEA_BOARD.md — capture ideas instantly, review the board, promote to tasks, and run proactive codebase scans for improvement opportunities. | src |
g-skl-medic | When L1 triage detects a structural gap matching a known framework constraint/feature (e.g. | src |
g-skl-plan | Own and manage PLAN.md (master strategy) and features/ (individual Feature files) — create plans, stage features, validate scope, and keep the deliverable index current. | src |
g-skl-prds | 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 | src |
g-skl-project | Own and manage PROJECT.md (mission, goals, project linking). Single source of truth for project identity. Constraints operations delegated to g-skl-constraints. | src |
g-skl-res-apply | g-skl-res-apply is the companion execution skill to g-skl-res-deep. | src |
g-skl-setup | Initialize gald3r in a project — folder structure and template files for task management. | src |
g-skl-subsystem-graph | 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-gra | src |
g-skl-subsystems | Own and manage SUBSYSTEMS.md (registry + mermaid graph) and subsystems/ spec files. Tracks what subsystems exist, their boundaries, dependencies, and activity logs. | src |
g-skl-tier-setup | Configurable product-tier onboarding skill. SETUP creates release_profiles/, scaffolds template_{tier}/ directories, and writes .gald3r/.identity tier metadata. ENABLE annotates existing SUBSYSTEMS.md | src |
Agent Orchestration
| Name | Description | Source |
|---|---|---|
g-skl-browser-use | anti-bot, CAPTCHA, persistent session, stealth browser, competitive intel, BUX | src |
g-skl-computer-use | drive the app, file-open dialog, throne UI test, screen control, pyautogui | src |
g-skl-cross-review | Runs code review with a reviewer on a different LLM vendor than the implementer (different | src |
g-skl-curator | platforms against a five-dimension rubric, identifies overlap, proposes consolidations | src |
g-skl-delegate | Engineering team delegation workflow skill — delegation patterns adapted for AI agent orchestration. Task briefs, code review request templates, quality gates, and handoff protocols. | src |
g-skl-keep-it-simple | 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 | src |
g-skl-marketing | gald3r prompt get voice.marketing · MCP gald3r_prompt_get id=voice.marketing | src |
g-skl-oracle | Use oracle_query for any SELECT, DESCRIBE, EXPLAIN, or WITH (CTE). Blocks all write operations at the tool level. | src |
Bugs & Quality
| Name | Description | Source |
|---|---|---|
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. Covers Python FastAPI, Express.js, and Flask. Also generate | src |
g-skl-bugs | 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. | src |
g-skl-code-review | Code review — security, quality, performance, reusability. Structured report with severity ratings and action items. Scales from quick scan to comprehensive architecture review. | src |
g-skl-qa | Track bugs, QA, and fixes in .gald3r/. For bug reports, issues, quality, fixes, QA workflows. | src |
g-skl-review | Code review for security, quality, performance, reusability; structured report with severity and actions. | src |
g-skl-security-scan | SAST-style static analysis for hardcoded secrets, injection patterns, insecure deserialization, path traversal, and other critical vulnerabilities. Severity-ranked findings with line references and re | src |
g-skl-swot-review | >- | src |
g-skl-test | 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 | src |
g-skl-verify-ladder | >- | src |
Security & Compliance
| Name | Description | Source |
|---|---|---|
g-skl-compliance | 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/f | src |
g-skl-dependency-audit | 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/N | src |
g-skl-policy | 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 | src |
Platform Integration
| Name | Description | Source |
|---|---|---|
g-skl-cli-claude | Claude Code CLI (claude command) — headless flags, session continuation, MCP config, permissions, multi-agent via Agent SDK, and overnight/CI best practices. | src |
g-skl-cli-codex | 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. | src |
g-skl-cli-copilot | 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 | src |
g-skl-cli-cursor | Cursor CLI (agent command) — modes, Cloud Agent handoff, API mode, session management, and multi-agent coordination from the terminal. | src |
g-skl-cli-gemini | Gemini CLI (gemini command) — authentication, checkpointing, config file, extensions/tools, memory patterns, and cross-use with other agents. | src |
g-skl-cli-jcode | 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 r | src |
g-skl-cli-opencode | OpenCode CLI (opencode command) — stub. OpenCode is an emerging AI coding tool from sst.dev. Full documentation pending stable release. | src |
g-skl-platform-aider | 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 | src |
g-skl-platform-antigravity | 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/ | src |
g-skl-platform-augment | 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. | src |
g-skl-platform-claude | 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 A | src |
g-skl-platform-cline | 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, lifecycl | src |
g-skl-platform-codex | 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 subag | src |
g-skl-platform-copilot | Authoritative reference for GitHub Copilot customization in gald3r projects. Covers the .github/ tree (copilot-instructions.md, instructions/, prompts/, agents/, skills/, hooks/.json), AGENTS.md + .cl | src |
g-skl-platform-crawl | Crawl platform documentation and web docs with crawl4ai; write .platforms/ and vault markdown with frontmatter. For platform docs, knowledge refresh, web ingest. | src |
g-skl-platform-cursor | 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, . | src |
g-skl-platform-gemini | Authoritative reference for Gemini CLI (Google) customization in gald3r projects. Covers .gemini/ native config — settings.json hooks + MCP, TOML commands, markdown subagents, SKILL.md Agent Skills — | src |
g-skl-platform-goose | 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 slas | src |
g-skl-platform-hermes | 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- | src |
g-skl-platform-junie | 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, | src |
g-skl-platform-kiro | 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, Agen | src |
g-skl-platform-kiro-cli | 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 a | src |
g-skl-platform-mistral | 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, n | src |
g-skl-platform-monitor | Cross-platform health and freshness monitor for the registry-driven gald3r platform roster (PLATFORM_REGISTRY.yaml — single source of truth, T516). Checks per-platform capability gaps against the Curs | src |
g-skl-platform-openclaw | 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, fold | src |
g-skl-platform-opencode | Authoritative reference for OpenCode (sst/opencode) customization in gald3r projects. Covers .opencode/ folder layout, opencode.json config, native skills discovery (.opencode/skills/ + .claude/skills | src |
g-skl-platform-openhands | 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, .openha | src |
g-skl-platform-pi | 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), | src |
g-skl-platform-qwen | 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), | src |
g-skl-platform-replit | 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 (clien | src |
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 + | src |
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 | src |
g-skl-platform-warp | 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 Profi | src |
g-skl-platform-windsurf | Authoritative reference for Windsurf (Cascade IDE, by Cognition / Windsurf) customization in gald3r projects. Covers .windsurf/ rules/workflows/skills/hooks + ~/.codeium/windsurf MCP, AGENTS.md/.winds | src |
g-skl-platform-zcode | 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 | src |
g-skl-platform-zed | 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/ | src |
Cross-Project (WPAC)
| Name | Description | Source |
|---|---|---|
g-skl-linking | "linking mirror", "project topology sync", @g-linking-pull, @g-linking-status | src |
g-skl-territory | 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 wo | src |
g-skl-workspace | 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 | src |
g-skl-wpac-adopt | Register another project as a child of the current project. Creates or updates workspace/topology.md on both sides when the target is locally accessible. | src |
g-skl-wpac-ask | Child project requests parent action — writes parent INBOX.md and marks local task as blocked with cross-project metadata. | src |
g-skl-wpac-claim | Register another project as the parent of the current project. Creates or updates workspace/topology.md on both sides when the parent is locally accessible. | src |
g-skl-wpac-move | Before doing anything: | src |
g-skl-wpac-notify | Send lightweight [INFO] freeform notifications to one or more project INBOXes — no task created, no approval needed. FYI-only cross-project messaging. | src |
g-skl-wpac-order | 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. | src |
g-skl-wpac-read | Review and action all incoming cross-project coordination items — conflicts (block planning), requests from children, broadcasts from parents, and peer syncs from siblings. | src |
g-skl-wpac-send-to | "move these files to", "copy to sibling/parent/child", @g-wpac-send-to | src |
g-skl-wpac-spawn | When a part of the current project has grown large enough to warrant its own separately | src |
g-skl-wpac-sync | Initiate or respond to sibling contract sync — advisory only, non-blocking. Both sides update local peer topology copies. | src |
Vault & Research
| Name | Description | Source |
|---|---|---|
g-skl-crawl | 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-sk | src |
g-skl-crr | Clean-Room Rewrite pipeline. Orchestrates 4 phases via independent background subagents — harvest a source repo, write all findings to IDEA_BOARD (mandatory), triage tasks, and produce a gald3r-native | src |
g-skl-monitor | Returns: id, name, monitor_type, url, schedule, enabled, last_checked_at, last_change_at | src |
g-skl-recon-docs | 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). | src |
g-skl-recon-file | 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/. | src |
g-skl-recon-repo | 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. | src |
g-skl-recon-url | One-time URL ingestion into vault research/articles/. No revisit scheduling. Dedup by source URL in _index.yaml. Depends on g-skl-crawl (crawl4ai). | src |
g-skl-recon-yt | 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 | src |
g-skl-res-deep | Analyze any external repository and produce a structured FEATURES.md harvest report. Writes to {vault}/research/recon/{slug}/ when a shared vault is configured, else falls back to local research/harve | src |
g-skl-res-review | Analyze external sources (GitHub repos, URLs) for adoptable patterns and improvements. Vault-aware — reads from {vault}/research/recon/ when a shared vault is configured, else falls back to local rese | src |
g-skl-yt-video-analysis | MCP or full-pipeline video analysis — vault notes must match Obsidian standard. For local yt-dlp transcripts only, use g-skl-ingest-youtube. | src |
Memory & Knowledge
| Name | Description | Source |
|---|---|---|
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. Dry-run by de | src |
g-skl-context-builder | 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 ha | src |
g-skl-graphify | Grepping files for architecture context costs 10-100 tool calls and 15K-50K tokens. | src |
g-skl-knowledge-refresh | Audit vault freshness and structure. Check stale notes, rebuild compiled pages, detect broken links, missing pages, and contradictions worth review. | src |
g-skl-learn | File-only continual learning — agents self-report insights to project and vault memory notes. No JSONL scanning, no schedulers, no SentinelOne risk. | src |
g-skl-memory | Use memory_capture_insight when you learn something worth preserving across sessions. | src |
g-skl-muninn | gald3r_muninn is the clean-room rewrite of the codebase-graph capability that | src |
g-skl-vault | Own and manage the file-first vault plus repo mirror metadata. Obsidian-compatible notes, wiki compilation, path resolution, reindexing, linting, and GitHub repo summaries. | src |
Release & Versioning
| Name | Description | Source | ||
|---|---|---|---|---|
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). | src | ||
g-skl-github-pr | 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. | src | ||
g-skl-release | 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 dat | src | ||
g-skl-ship | Invoked by @g-ship [major | minor | patch]. | src |
UI & Output
| Name | Description | Source |
|---|---|---|
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 — zero cloud costs. Us | src |
g-skl-design | gald3r prompt get playbook.design · MCP gald3r_prompt_get id=playbook.design | src |
g-skl-html-output | Render human-facing reports (status, review, backlog) as themed HTML using docs/templates/ + docs/themes/. Operations RENDER, CHOOSE_THEME, VALIDATE, EXPORT. Invoked by --html flag commands (T1318). N | src |
g-skl-json-output | 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 --js | src |
g-skl-theme-editor | Create and edit gald3r HTML themes against docs/themes/theme-schema.json. Visual editor (live preview, per-token color pickers, import/export :root blocks) ships in example_desktop; this skill is the | src |
g-skl-toon-output | 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, | src |
Other
| Name | Description | Source |
|---|---|---|
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. | src |
Plugin_System
| Name | Description | Source |
|---|---|---|
g-skl-plugins | Authoritative reference for the gald3r plugin system — install, remove, update, list, scaffold, and compatibility-check third-party plugins that bundle skills/commands/agents/rules/hooks. Documents th | src |
Last updated: 2026-07-06 (gald3r v2.4.0)
