timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
Create visually appealing tables and diagrams for display. Use when the user asks to create tables, diagrams, status displays, dashboards, or structured text layouts that should render nicely in monospace fonts. Triggers include requests for tables, terminal-style output, box diagrams, or recreating visual layouts in…
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
Use when updating documentation, README sections, CHANGELOG entries, docstrings, or CLAUDE.md conventions after a feature is complete.
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
Task and document management with Backlog.md. Use this skill whenever working with tasks, tracking work, creating subtasks, searching or viewing existing tasks, or any time work should be preserved across sessions or handed off. Triggers include: "create a task", "track this", "add to backlog", "what tasks do I have"…
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
Technical project management for Backlog.md workstreams using coordinated sub-agents. Use only when the user explicitly asks Codex to take over one or more existing Backlog.md tasks (for example: "act as TPM", "coordinate these tasks", "delegate to sub-agents"). Orchestrate planning, implementation, and finalization…
timgranlundmarsden/claude-agent-flow
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.
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
Use when adversarial code review is needed — actively constructing failure scenarios, edge cases, and security violations to break the implementation.
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
Run code review via an external LLM API using external-review.sh. Outputs structured JSON with verdict, summary, and per-file concerns.
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
Use when the task involves UI components, HTML, CSS, styling, React, Vue, Svelte, client-side state, accessibility, or browser APIs.
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDEPLUGINROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop…
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
Convert a Claude Code session JSONL log into an enriched visualiser JSON file for docs/public/logs/. Runs logconverter.py for the base structure, then enriches with correct agent models, brainstorming Q&A (question events), adversarial loop transitions, parallel timing, and a story-focused title/subtitle.
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDEPLUGINROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive…
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
Default verification tool for local HTML files. Use visual-check.sh as the FIRST choice whenever you need to verify, test, or check any local HTML page — whether confirming elements render correctly, checking layout, detecting overflow, or asserting uniform widths. Prefer this over raw playwright-cli commands. Also…
timgranlundmarsden/claude-agent-flow
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.
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md…
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDEPLUGINROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest…
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
Use when reviewing code for correctness, security, performance, or style — including /review tasks, PR reviews, and post-build quality passes.
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
Use when the task involves database schema changes, SQL migrations, RLS policies, cloud storage buckets, file system persistence, or data access control.
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
Sync installed Claude Code plugin skills into the repo so they work in web environments. Run this from a local CLI session where plugins are installed.
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
Use when writing, reviewing, or validating tests — including unit tests, integration tests, BATS tests, and visual verification tasks.
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
Analyse Claude Code session token costs inline.
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
Agent team best practices — philosophy, routing, execution model, adversarial loop, cost management, failure modes, and brief writing.
timgranlundmarsden/claude-agent-flow
Skill Claude CodeCodex
Optional web search skill using a LiteLLM-compatible grounded-search endpoint (e.g. Gemini via LiteLLM). When AGENTFLOWWEBSEARCHENABLED=true, agents can shell out to this skill for real-time search results as an alternative to the native WebSearch tool. Outputs synthesised answer with citations (answer mode), raw…