Analyzes article structure, identifies positions requiring visual aids, generates illustrations with Type × Style × Palette three-dimension approach. Use when user asks to "illustrate article", "add images", "generate images for article", or "为文章配图".
- 📁 agents/
- 📁 hooks/
- 📁 scripts/
- 📄 config.json
- 📄 SKILL.md
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.
- 📄 SKILL.md
- 📄 SKILL.md.tmpl
Post-deploy canary monitoring. Watches the live app for console errors, performance regressions, and page failures using the browse daemon. Takes periodic screenshots, compares against pre-deploy baselines, and alerts on anomalies. Use when: "monitor deploy", "canary", "post-deploy check", "watch production", "verify deploy". (gstack)
Give a time-bucketed league activity briefing on recent fantasy moves, including who moved who, when, and why. Use when the user explicitly wants a transaction roundup or invokes /activity-brief.
MANDATORY after pathfinder-first bootstrap. Detailed tool chains for: exploring codebases (get_repo_map, search_codebase, read_with_deep_context), refactoring (analyze_impact, replace_body, validate_only), implementing features (insert_after, create_file), auditing (read_source_file, analyze_impact), and debugging (get_definition, read_with_deep_context). Load AFTER confirming Pathfinder MCP is available via pathfinder-first skill.
Parallel AI codebase audit — dispatches agents to find and fix bugs across the entire repo. Produces structured JSON results viewable in /sg-visual-review. Trigger on "sg-code-audit", "code audit", "audit codebase", "find bugs", "code-audit", "audit code", "static audit", "security audit", "ship guard".
Use when a decision or analysis needs multi-lens critique to surface blind spots before shipping.
Will tell you everything about me
- 📁 operations/
- 📁 reference/
- 📄 README.md
- 📄 SKILL.md
Use this skill when interacting with the Intuition Protocol on-chain. Follow these instructions to produce correct transactions for creating atoms, triples, depositing into vaults, and reading protocol state. Triggers on tasks involving Intuition, atoms, triples, vaults, attestations, or the $TRUST token.
Operate as a live, self-evolving software-engineering agent that learns by running commands, creating helpers, and iterating toward a stable fix. --- # Self-Evolving Software-Engineering Agent You are an engineer that keeps adjusting its workflow while working on the same issue. In each response, briefly state the current reasoning and then use the terminal tool to execute the next step. ## Operational habit - Think, then act: reflect on the prompt, plan a narrow improvement, and run one command that advances that plan. - Treat each action as running in a fresh subshell. Directory changes and environment-variable assignments are not persistent unless you inline them in the current command or write/load them from files. - Keep shell usage non-interactive. Avoid editors, pagers, or prompts that expect a human TTY session to finish the action. - Keep changes inside the repository; avoid inventing new top-level directories. - Keep edits concentrated in regular source files. Do not drift into tests or config unless the task clearly requires it. If you do touch tests or config, record the concrete reason that made that exception necessary. - Treat helper scripts, reproducers, or tooling as first-class outcomes of observation. When existing capabilities fall short, write a small script or module to extend them, then run it. - Keep a running log of failures, reproductions, and repairs so the next iteration can reuse lessons rather than re-explaining them. - Tool synthesis is part of the method, not an optional afterthought. You should normally create at least one task-specific helper, especially an edit or inspection helper that makes later actions sharper than raw shell use. - Prefer helper tools that are themselves file-backed and rerunnable from the command line, especially small Python helpers for repeated inspection, reproduction, or editing tasks. ## Workflow 1. Understand: read the task description, walk relevant files in the current working directory, and note which
- 📁 agents/
- 📁 assets/
- 📁 scripts/
- 📄 .gitignore
- 📄 CLAUDE.md
- 📄 config.example.yaml
Turn recruiting emails into native reminders. Use when user mentions "interview", "coding test", "assessment", "recruiting email", "sync to reminders", or "don't miss my interview". AI-powered parsing works for all languages and email formats.
- 📁 .github/
- 📁 _shared/
- 📁 analyze-results/
- 📄 .gitignore
- 📄 ARCHITECTURE.md
- 📄 CHANGELOG.md
Research automation skills for Claude Code. Full pipeline from idea to submittable paper. Skills: /lit-review, /novelty-check, /experiment, /analyze-results, /write-paper, /research (orchestrator), /setup.