← all publishers

Zate

@zate source repo

)}

42 published skills

  1. New · zate
    Create a GitHub issue (or local issue with --local)
    0
    installs
  2. Run · zate
    Execute plan tasks autonomously until completion
    0
    installs
  3. D2 · zate bundle
    Generate diagrams using D2 (Terrastruct) -- a modern, clean diagram scripting language with excellent auto-layout. Use when the diagram-router selects D2, or when the user wants clean architecture diagrams, nested containers, or prefers D2's aesthetic. Requires the d2 CLI binary.
    0
    installs
  4. Epic · zate
    Create a multi-phase epic plan with TDD structure for large features
    0
    installs
  5. Help · zate
    Learn how to use devloop - interactive guide to commands, workflow, and best practices
    0
    installs
  6. Plan · zate
    Create a devloop workflow plan with autonomous exploration and task breakdown
    0
    installs
  7. Ship · zate
    Devloop commit and PR creation with validation for completed plan work
    0
    installs
  8. Svg · zate bundle
    Generate professional-quality diagrams as raw SVG. Use when the diagram-router selects SVG, or when the user needs pixel-precise control, custom visuals, threat models, comparisons, Venn diagrams, or any diagram type that other formats cannot handle well. SVG is the most expressive format -- unlimited visual possibilities, browser-native rendering.
    0
    installs
  9. Fix · zate
    Fix or guide remediation for a specific security finding from the latest scan report
    0
    installs
  10. Using Ctx · zate
    MANDATORY persistent memory system for decisions, facts, patterns, and observations.
    0
    installs
  11. Fresh · zate
    Save current plan state and prepare for fresh context restart
    0
    installs
  12. Scan · zate
    Run a security assessment using deterministic static analysis tools with LLM-powered triage
    0
    installs
  13. Issues · zate
    List GitHub issues for the current repository
    0
    installs
  14. Review · zate
    Quick inline code review for devloop plan changes or PR diffs
    0
    installs
  15. Archive · zate
    Archive a completed plan to .devloop/archive/
    0
    installs
  16. Devloop · zate
    Start development workflow - lightweight entry point
    0
    installs
  17. Blog · zate
    Interview-driven blog post creator that writes in your voice and strips AI tells
    0
    installs
  18. Run Epic · zate
    Execute an epic plan phase-by-phase, inline by default with opt-in worker spawns per task annotation
    0
    installs
  19. Mermaid · zate bundle
    Generate diagrams using Mermaid syntax -- the most LLM-friendly text-based diagram format. Use when the diagram-router selects Mermaid, or when diagrams will live in GitHub/GitLab markdown, documentation, or when quick generation with broad diagram type coverage is needed. Renders natively on major platforms.
    0
    installs
  20. Lint · zate bundle
    Lint and audit a Claude Code plugin, skill, or hook for correctness, token efficiency, and quality. Runs static analysis against verified Claude Code internals, then delegates to skill-creator for description optimization and eval benchmarking. Use when reviewing plugin changes, writing new hooks/skills, debugging a hook that silently does nothing, or before merging to main.
    0
    installs
  21. Results · zate
    View the most recent security scan results without re-running the scan
    0
    installs
  22. Run Swarm · zate
    Execute plan tasks via fresh-context subagents (swarm mode)
    0
    installs
  23. Baseline · zate
    Create or update the project security baseline, profile, suppressions file, and gitignore entries for security scans
    0
    installs
  24. Statusline · zate
    Configure the devloop statusline for Claude Code
    0
    installs
  25. Agent CLI · zate
    This skill should be used when building, creating, or modifying any CLI tool or command-line application in any language or framework. The convention is language-agnostic. Reference implementations for Go (Cobra), Python (Click), Rust (Clap), Node (Commander) included but the pattern applies to any CLI framework (argparse, Thor, Picocli, Commander, etc.). Provides the --agent-help convention: structured, token-minimal help output that LLM agents can parse efficiently. Use when adding help text, designing CLI command structure, creating a new command-line tool, adding subcommands, implementing --help, or making CLI tools usable by AI agents.
    0
    installs
  26. Git Hygiene · zate
    This skill should be used for commit strategy, branch naming, conventional commits, PR workflow, and merge decisions in devloop
    0
    installs
  27. Pr Feedback · zate
    This skill should be used for integrating PR review comments back into devloop plan, parsing review feedback, addressing reviewer concerns
    0
    installs
  28. Excalidraw · zate bundle
    Generate diagrams with a hand-drawn whiteboard aesthetic by writing .excalidraw files directly. Use when the user wants informal sketches, whiteboard-style visuals, or diagrams they can open and edit in Excalidraw. Saves a local .excalidraw file -- viewing/rendering is handled separately.
    0
    installs
  29. Local Config · zate
    This skill should be used for configuring devloop project settings via .devloop/local.md, git workflow preferences, commit settings, review options
    0
    installs
  30. Devloop Audit · zate
    Audit devloop against Claude Code updates to identify integration opportunities. Use after Claude Code releases, monthly maintenance, or when exploring new features.
    0
    installs
  31. Design System · zate bundle
    Shared design principles for all diagram formats -- color theory, composition, typography, accessibility, and quality standards. Referenced by format-specific skills (svg, mermaid, excalidraw, d2). Use when generating any visual diagram to ensure professional quality.
    0
    installs
  32. Plan Management · zate
    This skill should be used when creating, reading, or updating devloop plans in .devloop/plan.md, task tracking, progress logs, phase management, PR feedback
    0
    installs
  33. Diagram Router · zate
    Automatically select the best diagram format (SVG, Mermaid, Excalidraw, D2) and diagram type based on user intent. Use when the user asks to create, draw, visualize, or diagram something and has not specified a format. Routes to the appropriate format-specific skill.
    0
    installs
  34. Wsl Clipboard Setup · zate
    Guide the user through setting up WSL2 clipboard image paste fix - dependency installation, verification, and keybinding configuration
    0
    installs
  35. Vuln Patterns Core · zate
    Universal vulnerability detection patterns applicable across all programming languages. Includes hardcoded secrets, SQL/command injection, path traversal, and configuration file patterns.
    0
    installs
  36. Remediation Injection · zate
    Security fix patterns for injection vulnerabilities (SQL, Command, XSS). Provides language-specific code examples showing vulnerable and secure implementations.
    0
    installs
  37. Vulnerability Patterns · zate
    Index of vulnerability detection pattern skills. Routes to core patterns (universal) and language-specific patterns for security scanning.
    0
    installs
  38. Vuln Patterns Languages · zate
    Language-specific vulnerability detection patterns for JavaScript/TypeScript, Python, Go, Java, Ruby, and PHP. Provides regex patterns and grep commands for common security vulnerabilities.
    0
    installs
  39. Setup · zate
    Install, upgrade, or verify ctx persistent memory system
    0
    installs
  40. Use · zate
    How to use Forge to submit headless agent jobs, check status, and retrieve output via MCP tools. Use when the user wants to delegate work to a background agent, run a task on another LLM, or interact with forge.
    0
    installs
  41. Recall · zate
    Query ctx memory and inject results into context
    0
    installs
  42. Cleanup · zate bundle
    This skill should be used when the user asks to "clean up memory", "sync ctx and memory", "review memory", "deduplicate nodes", "fix memory conflicts", "ctx cleanup", "memory maintenance", "reconcile memory systems", or mentions stale nodes, memory bloat, or keeping ctx and MEMORY.md in sync.
    0
    installs