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

brainbrew-devkit

brainbrew-devkit 收录了来自 brainbrewlabs 的 88 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
88
Stars
7
更新
2026-05-17
Forks
3
职业覆盖
20 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

brainbrew-codex-setup
网络与计算机系统管理员

Use when setting up, verifying, or repairing BrainBrew DevKit in Codex, including hooks, global skills, MCP config, runner files, and plugin-native assets.

2026-05-17
brainbrew-mcp-guidance
网络与计算机系统管理员

Use when configuring or troubleshooting BrainBrew MCP access in Codex, including .mcp.json, codex mcp commands, and available BrainBrew MCP tools.

2026-05-17
brainbrew-workflow-recipes
软件开发工程师

Use when the user wants to run or follow a BrainBrew workflow in Codex, including develop, review, docs, devops, research, support, data, moderation, marketing, or skill-dev recipes.

2026-05-17
chain-builder
软件开发工程师

Set up workflow templates and manage chain flows. Trigger when user says: "set up a workflow", "create a development workflow", "I need a CI/CD pipeline", "set up devops", "bump develop", "bump devops", "add agent to chain", "show chain flow", "edit chain config", "create custom workflow", "add a team node", "run agents in parallel", "create agent team", "validate chain", "check chain config", "verify chain".

2026-05-15
docs
软件开发工程师

Build and manage VitePress documentation site. Trigger when user says: "build docs", "deploy docs", "preview docs", "update docs", "docs dev server", "run docs locally", "check docs build".

2026-03-29
skill-finder
软件开发工程师

Search and install skills from multiple sources (Vercel Skills, GitHub, Anthropic official). Use when user says "find skill", "search skill", "install skill", or when agent-improver needs to find skills for an agent.

2026-03-29
agent-improver
软件开发工程师

Create and improve agents. Trigger when user says: "create an agent for X", "build me an agent", "I need an agent that does Y", "make a code review agent", "create a testing agent", "improve my agent", "list agents", "show me agents", "what agents do I have".

2026-03-29
skill-creator
软件开发工程师

Create skills. Trigger when user says: "create a skill for X", "build me a skill", "I need a skill that does Y", "make a deployment skill", "list skills", "show my skills".

2026-03-29
discover
软件开发工程师

Trigger AI Discovery chain for exploring and optimizing prompts, skills, and agents through multi-agent debate

2026-03-29
skill-improver
软件开发工程师

Iteratively reviews and fixes Claude Code skill quality issues until they meet standards. Runs automated fix-review cycles using the skill-reviewer agent. Use to fix skill quality issues, improve skill descriptions, run automated skill review loops, or iteratively refine a skill. Triggers on 'fix my skill', 'improve skill quality', 'skill improvement loop'. NOT for one-time reviews—use /skill-reviewer directly.

2026-03-28
data-analysis
数据科学家

Analyze structured datasets (CSV, databases, numerical data). Triggers on 'analyze data', 'compute statistics', 'find patterns in data'. NOT for qualitative research — use research/analysis.

2026-03-23
data-cleaning
数据科学家

Clean and transform raw data for analysis. Triggers on 'clean data', 'fix data quality', 'normalize data', 'preprocess data'. NOT for data collection — use data-collection.

2026-03-23
data-collection
软件开发工程师

Collect data from sources (APIs, databases, files). Triggers on 'collect data', 'pull data', 'extract data', 'ingest data'. NOT for qualitative research or web research — use research/source-gathering.

2026-03-23
reporting
统计助理

Generate data-driven reports with metrics, charts, and recommendations. Triggers on 'create report', 'generate dashboard report', 'write data report'. NOT for narrative research reports — use research/report-writing.

2026-03-23
visualization
数据科学家

Create data visualizations (charts, plots, dashboards). Triggers on 'visualize data', 'create chart', 'plot data', 'build dashboard'. NOT for written reports — use reporting.

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

Review code changes for bugs, security vulnerabilities, performance issues, and correctness. Triggers on "review this code", "check my changes", "code review", "review the diff". NOT for requesting external reviews — use requesting-code-review instead.

2026-03-23
code
软件开发工程师

Implement code from an existing plan using the agent chain. Use when user says "start coding", "implement the plan", "execute the plan", "build this", or references a plan file to begin implementation. Requires a plan path as argument.

2026-03-23
copywriting
作家与作者

Write user-facing copy including UI text, error messages, notifications, and help content. Triggers on "write the copy for", "improve this error message", "write UI text", "help text for this feature". NOT for technical documentation — use documentation.

2026-03-23
debugging
软件开发工程师

Quick diagnosis and fix for straightforward bugs and errors. Triggers on "fix this bug", "why is this broken", "this error keeps happening", "quick fix". NOT for complex multi-layer issues — use systematic-debugging instead.

2026-03-23
doc-orchestration
软件开发工程师

Coordinate multi-file documentation updates across a codebase. Triggers on "update all docs", "sync docs with code", "documentation sweep", "audit documentation", "docs are out of date". NOT for single-file doc updates — use documentation.

2026-03-23
documentation
软件开发工程师

Generate and update technical documentation for code, APIs, and projects. Triggers on "document this", "add docs", "write a README", "add JSDoc", "generate API docs". NOT for multi-file doc coordination — use doc-orchestration.

2026-03-23
implementation
软件开发工程师

Implement features following a plan and existing codebase patterns. Triggers on "implement this", "build this feature", "write the code for", "start coding". NOT for planning — use plan. NOT for fixing bugs — use debugging.

2026-03-23
journaling
项目管理专家

Write structured session notes, retrospectives, and lessons learned. Triggers on "write a retro", "document what happened", "journal this session", "lessons learned", "what went wrong". NOT for technical documentation — use documentation.

2026-03-23
mcp-integration
软件开发工程师

Discover, configure, and test MCP server integrations and tool connections. Triggers on "add MCP server", "configure MCP", "list MCP tools", "connect to MCP", "test MCP integration". NOT for general API integration — use implementation.

2026-03-23
project-management
项目管理专家

Track implementation progress, update plan status, identify blockers, and write status reports. Triggers on "update the plan status", "what's the progress", "mark phase as done", "project status", "track progress". NOT for creating plans — use plan.

2026-03-23
research
软件开发工程师

Research technical topics, compare solutions, and produce structured reports. Triggers on "research this", "compare options for", "what's the best approach for", "evaluate frameworks", "find best practices". NOT for codebase exploration — use scouting.

2026-03-23
scouting
软件开发工程师

Explore codebase structure, discover files, map patterns, and understand architecture. Triggers on "explore the codebase", "find where X is", "map the project structure", "what files are related to", "how is this organized". NOT for external research — use research.

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

Run tests, verify builds, and report results with evidence. Triggers on "run tests", "check if tests pass", "verify the build", "test this". NOT for writing new test files — use implementation. NOT for debugging failures — use debugging.

2026-03-23
ui-design
网页与数字界面设计师

Review and create UI component specifications, check accessibility, and apply design patterns. Triggers on "design this component", "review the UI", "check accessibility", "improve the UX", "create a component spec". NOT for writing copy — use copywriting.

2026-03-23
alert-handling
网络与计算机系统管理员

Triage and respond to monitoring alerts by assessing severity, diagnosing root cause, and deciding on action. Triggers on 'handle alert', 'investigate alert', 'service is down', 'error rate spike', 'incident response'. NOT for proactive monitoring (use monitoring) or executing rollbacks (use rollback).

2026-03-23
code-fixing
软件开发工程师

Fix code issues identified by code-scanning, security-auditor, or linter output. Triggers on 'fix these issues', 'apply fixes', 'fix vulnerabilities', 'fix lint errors'. NOT for writing new features or refactoring -- only fix identified issues.

2026-03-23
code-scanning
软件质量保证分析师与测试员

Scan code for quality issues, anti-patterns, complexity, and dependency problems. Triggers on 'scan code', 'check code quality', 'pre-commit check', 'analyze changes'. NOT for security-specific scanning (use security-auditor) or compliance (use compliance-review).

2026-03-23
compliance-review
信息安全分析师

Review code and infrastructure for compliance with regulatory frameworks (GDPR, SOC2, HIPAA, PCI-DSS). Triggers on 'compliance check', 'GDPR review', 'SOC2 audit', 'PII scan', 'regulatory review'. NOT for general security scanning (use security-auditor) or code quality (use code-scanning).

2026-03-23
deployment
软件开发工程师

Deploy applications to target environments with build, tag, deploy, and health verification steps. Triggers on 'deploy to', 'release to staging', 'push to production', 'deploy this'. NOT for rollbacks (use rollback) or monitoring after deploy (use monitoring).

2026-03-23
monitoring
网络与计算机系统管理员

Monitor application health, resource usage, and service availability. Triggers on 'check health', 'monitor services', 'check status', 'is the app up'. NOT for handling alerts (use alert-handling) or rolling back (use rollback).

2026-03-23
performance-analysis
软件开发工程师

Analyze application performance, identify bottlenecks, and compare against baselines. Triggers on 'check performance', 'analyze latency', 'profile app', 'bundle size check'. NOT for runtime monitoring (use monitoring) or fixing issues (use code-fixing).

2026-03-23
rollback
网络与计算机系统管理员

Roll back a deployment to the previous stable version when failures or critical issues occur. Triggers on 'rollback', 'revert deployment', 'undo deploy', 'restore previous version'. NOT for code-level reverts or database migration rollbacks without explicit confirmation.

2026-03-23
security-auditor
信息安全分析师

Scan code for security vulnerabilities against OWASP Top 10 and common insecure patterns. Triggers on 'security audit', 'check for vulnerabilities', 'scan for secrets', 'OWASP check'. NOT for compliance framework reviews (use compliance-review) or runtime alert handling (use alert-handling).

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

Run test suites, generate coverage reports, and verify code quality. Triggers on 'run tests', 'check coverage', 'test this', 'verify tests pass'. NOT for writing new tests (do that manually) or debugging failures (use code-fixing).

2026-03-23
code-scanning
软件开发工程师

Scan codebase to find undocumented functions, classes, and APIs. Triggers on "find undocumented code", "scan for doc gaps", "what needs docs". This scans code for DOCUMENTATION gaps, NOT security or code quality issues (use devops/code-scanning for that).

2026-03-23
当前展示该仓库 Top 40 / 88 个已收集 skills。