Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

claude-agent-flow

claude-agent-flow 收录了来自 timgranlundmarsden 的 19 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
19
Stars
2
更新
2026-06-03
Forks
1
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

author-rules
软件开发工程师

Use when updating documentation, README sections, CHANGELOG entries, docstrings, or CLAUDE.md conventions after a feature is complete.

2026-06-03
backend-rules
软件开发工程师

Use when the task involves server-side API routes, middleware, business logic, authentication, database queries, or infrastructure configuration.

2026-06-03
backlog-md
软件开发工程师

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", "mark as done", "continue on task", "break this into tasks", or any request where the outcome has a concrete deliverable worth tracking. Always use this skill when a project includes a Backlog.md setup and work needs to be logged. Prefer CLI commands unless MCP tools are confirmed working in the current environment.

2026-06-03
critic-rules
软件质量保证分析师与测试员

Use when adversarial code review is needed — actively constructing failure scenarios, edge cases, and security violations to break the implementation.

2026-06-03
external-code-review
软件质量保证分析师与测试员

Run code review via an external LLM API using external-review.sh. Outputs structured JSON with verdict, summary, and per-file concerns.

2026-06-03
frontend-rules
软件开发工程师

Use when the task involves UI components, HTML, CSS, styling, React, Vue, Svelte, client-side state, accessibility, or browser APIs.

2026-06-03
review-rules
软件质量保证分析师与测试员

Use when reviewing code for correctness, security, performance, or style — including /review tasks, PR reviews, and post-build quality passes.

2026-06-03
storage-rules
软件开发工程师

Use when the task involves database schema changes, SQL migrations, RLS policies, cloud storage buckets, file system persistence, or data access control.

2026-06-03
sync-plugin-skills
软件开发工程师

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.

2026-06-03
testing-rules
软件质量保证分析师与测试员

Use when writing, reviewing, or validating tests — including unit tests, integration tests, BATS tests, and visual verification tasks.

2026-06-03
token-analyser
软件开发工程师

Analyse Claude Code session token costs inline

2026-06-03
ways-of-working
项目管理专家

Agent team best practices — philosophy, routing, execution model, adversarial loop, cost management, failure modes, and brief writing.

2026-06-03
web-search
软件开发工程师

Optional web search skill using a LiteLLM-compatible grounded-search endpoint (e.g. Gemini via LiteLLM). When AGENT_FLOW_WEB_SEARCH_ENABLED=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 citation list (search mode), or full API JSON (raw mode).

2026-04-16
agent-flow-init-check
软件开发工程师

Guard skill that halts command execution if the agent-flow system is not initialized. Checks for .claude-agent-flow/sync-state.json (installed repos) or .claude-agent-flow/publish-plugin-manifest.yml (master source repo) and stops with a clear message to run /install if neither is present.

2026-04-12
ascii-box-tables
平面设计师

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 text form.

2026-04-12
backlog-tpm
项目管理专家

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; manage dependencies and overlapping code areas; review and approve sub-agent plans before implementation.

2026-04-12
brainstorming
项目管理专家

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.

2026-04-12
log-visualiser-converter
软件开发工程师

Convert a Claude Code session JSONL log into an enriched visualiser JSON file for docs/public/logs/. Runs log_converter.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.

2026-04-12
playwright-cli-helpers
软件质量保证分析师与测试员

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 the authoritative reference for playwright-cli setup and gotchas in this project — always load this skill before using playwright-cli directly.

2026-04-12