futuregerald/futuregerald-claude-plugin
Plugin Claude Code
Portable skills, agents, and commands for Claude Code and other AI IDEs - includes a CLI installer for Cursor, Copilot, OpenCode, and VS Code.
futuregerald/futuregerald-claude-plugin
Plugin Claude Code
Portable skills, agents, and commands for Claude Code and other AI IDEs - includes a CLI installer for Cursor, Copilot, OpenCode, and VS Code.
futuregerald/futuregerald-claude-plugin
Instructions file
Claude Code instructions for futuregerald/futuregerald-claude-plugin, covering futuregerald-claude-plugin - claude code configuration, key directories, development lifecycle (master workflow), mandatory phase rules and system thinking: trace before you touch (mandatory).
futuregerald/futuregerald-claude-plugin
Agent
Reviews an implementation plan the way an experienced staff engineer would — wrong premises, missing steps, and consequences the plan never states. Runs once, before implementation. Use when asked to review, sanity-check, grill, or poke holes in a plan.
futuregerald/futuregerald-claude-plugin
Agent
Adversarially reviews code quality for correctness, architecture, defensive coding, testing, and consistency with existing codebase patterns. Use after spec compliance is verified.
futuregerald/futuregerald-claude-plugin
Agent
Analyzes recently modified code for simplification opportunities, then spawns a Staff Engineer sub-agent to critically review suggestions before presenting final recommendations. Use after coding sessions or before commits.
futuregerald/futuregerald-claude-plugin
Agent
Use this subagent for comprehensive codebase exploration and search tasks.
futuregerald/futuregerald-claude-plugin
Agent
Read-only, memory- and index-aware codebase search. Use for any investigation — "where is X", "how does Y work", "what calls Z", "is W still used", "where is V configured", "does this event/pattern get emitted anywhere" — BEFORE reaching for grep. Consults the knowledge graph, code index, and prior session memory…
futuregerald/futuregerald-claude-plugin
Agent
Use this subagent for systematic debugging of any technical issues.
futuregerald/futuregerald-claude-plugin
Agent
Use this subagent when implementing tasks from a plan.
futuregerald/futuregerald-claude-plugin
Agent
Performs an adversarial security audit using the OWASP Top 10 checklist. Use for security-sensitive code changes (auth, payments, user data, API endpoints, file uploads).
futuregerald/futuregerald-claude-plugin
Agent
Use this subagent to verify an implementation matches its specification.
futuregerald/futuregerald-claude-plugin
Agent
Audits database queries, mutations, and ORM usage for performance, security, and defensive coding. Use after CODE REVIEW passes, before COMMIT.
futuregerald/futuregerald-claude-plugin
Skill Claude CodeCodex
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
futuregerald/futuregerald-claude-plugin
Skill Claude CodeCodex
Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.
futuregerald/futuregerald-claude-plugin
Skill Claude CodeCodex
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
futuregerald/futuregerald-claude-plugin
Skill Claude CodeCodex
Use when writing or modifying any Ruby code in cobalt repos. Enforces structured logging via SemanticLogger + Datadog so logs are queryable, dashboardable, and debuggable. Triggers on new interactors, jobs, services, controllers, error handling, and any business logic that should be observable.
futuregerald/futuregerald-claude-plugin
Skill Claude CodeCodex
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
futuregerald/futuregerald-claude-plugin
Skill Claude CodeCodex
Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.
futuregerald/futuregerald-claude-plugin
Skill Claude CodeCodex
Use when performing code review on a PR, reviewing code changes before merge, or when a GitHub code review is requested or received - orchestrates parallel sub-agents for correctness and safety review.
futuregerald/futuregerald-claude-plugin
Skill Claude CodeCodex
When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," or "CTA copy." For…
futuregerald/futuregerald-claude-plugin
Skill Claude CodeCodex
Create, edit, and review Datadog dashboard JSON so every widget actually renders the data the user wants — not merely valid JSON. Enforces three gates: (1) valid JSON structure, (2) every query verified against LIVE data, (3) each section verified to answer its intended question. Use when building a Datadog dashboard…
futuregerald/futuregerald-claude-plugin
Skill Claude CodeCodex
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
futuregerald/futuregerald-claude-plugin
Skill Claude CodeCodex
Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.
futuregerald/futuregerald-claude-plugin
Skill Claude CodeCodex
Use when you have a written implementation plan to execute in a separate session with review checkpoints.