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

beagle

beagle 收录了来自 AcidicSoil 的 53 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
53
Stars
1
更新
2026-04-27
Forks
0
职业覆盖
7 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

skill-builder
软件开发工程师

Create Claude Code skills with best practices, structure, validation, and testing. Use when designing or refining skills, prompts, references, or supporting files.

2026-04-27
artifact-analysis
项目管理专家

Use when the user wants a cited, structured read of local documents and project knowledge. Triggers on: "analyze these docs", "scan my project for context", "read the docs folder", "summarize what's in .beagle/concepts/", "extract context from docs/", "what's in this folder", "go read everything in X and tell me what's there". Also invoked programmatically by other beagle skills (prfaq-beagle Ignition, brainstorm-beagle reference points, strategy-interview context grounding) via the companion contract. Does NOT trigger on codebase lookups ("find this function", "search the repo"), web research (use web-research), LLM-as-judge evaluation (use llm-judge), or document editing (use humanize-beagle). Produces a written scan plan, parallel-subagent findings, and a cited synthesis report on disk — never inline prose, never unsourced claims.

2026-04-18
brainstorm-beagle
项目管理专家

Use when the user has a fuzzy idea and wants to shape it into a concrete project spec before planning or building. Triggers on: "brainstorm this", "I have an idea for...", "help me think through this project", "what should I build", "spec this out". Also catches vague feature descriptions needing structured questioning to clarify scope. Does NOT write code, plan implementation, review strategy docs, or run strategy interviews — produces a WHAT/WHY spec through dialogue, not a HOW plan.

2026-04-18
prfaq-beagle
项目管理专家

Use when the user wants to pressure-test a product, internal-tool, or OSS concept against Amazon's Working Backwards PRFAQ gauntlet before committing to a spec. Triggers on: "work backwards", "write a PRFAQ", "press release first", "is this idea worth building", "pressure-test this concept", "filter this before brainstorm", "is this a real product". Also catches solution-first pitches ("I want to build X that does Y") and technology-first pitches ("use AI to...") that need customer-first filtering. Produces a binary pass/fail verdict, not a polished doc. Hardcore coaching — direct, skeptical, concrete. On pass, hands off to brainstorm-beagle with a concept brief. Does NOT write code, plan implementation, scaffold projects, or draft specs.

2026-04-18
web-research
客户服务代表

Use when the user wants web research: gathering cited, multi-angle evidence on a specific question. Triggers on: "research X for me", "do web research on", "look up sources for", "find citations for", "gather evidence on", "what does the web say about X". Also invoked programmatically by other beagle skills (prfaq-beagle Ignition, brainstorm-beagle reference points, strategy-interview context grounding) via the companion contract. Does NOT trigger on codebase lookups ("find this function", "search the repo"), local file search, LLM-as-judge evaluation, or paywalled/auth-gated scraping. Produces a written plan, parallel-subagent findings, and a cited synthesis report on disk — never inline prose, never unsourced claims.

2026-04-18
gen-release-notes
软件开发工程师

generate release notes for changes since a given tag

2026-04-18
resolve-beagle
项目管理专家

Use as the follow-up to brainstorm-beagle when a spec has an Open Questions section (or quietly carries latent gaps) that need closing before planning or implementation can begin. Triggers on: "resolve the open questions", "close the gaps in this spec", "research the open items", "finalize my spec", "make this spec implementation-ready", "answer the TBDs". Also triggers whenever the user points at a brainstorm-beagle spec and asks for research, proposals, or answers to unresolved items. Orchestrates parallel research subagents when available (falls back to inline sequential research otherwise), proposes answers one at a time for user approval, then rewrites the spec in place so it arrives at planning with no known gaps. Does NOT write code, design implementation, or create plans — it only produces a complete spec.

2026-04-18
ffi-code-review
软件质量保证分析师与测试员

Reviews Rust FFI code for type safety, memory layout compatibility, string handling, callback patterns, and unsafe boundary correctness. Use when reviewing extern blocks, #[repr(C)] types, bindgen output, or code calling C/C++ libraries.

2026-04-12
macros-code-review
软件质量保证分析师与测试员

Reviews Rust macro code for hygiene issues, fragment misuse, compile-time impact, and procedural macro patterns. Use when reviewing macro_rules! definitions, procedural macros, derive macros, or attribute macros.

2026-04-12
review-rust
软件质量保证分析师与测试员

Comprehensive Rust code review with optional parallel agents

2026-04-12
review-verification-protocol
软件质量保证分析师与测试员

Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.

2026-04-12
rust-project-setup
软件开发工程师

Guidance for scaffolding new Rust projects. Use when: (1) starting a new Rust project or workspace, (2) configuring Cargo.toml best practices, (3) setting up CI pipelines for Rust, (4) organizing a multi-crate workspace, (5) configuring clippy, rustfmt, and linting.

2026-04-12
rust-testing-code-review
软件质量保证分析师与测试员

Reviews Rust test code for unit test patterns, integration test structure, async testing, mocking approaches, and property-based testing. Covers Rust 2024 edition changes including async fn in traits for mocks,

2026-04-12
serde-code-review
软件质量保证分析师与测试员

Reviews serde serialization code for derive patterns, enum representations, custom implementations, and common serialization bugs. Use when reviewing Rust code that uses serde, serde_json, toml, or any serde-based serialization format. Covers attribute macros, field renaming, and format-specific pitfalls.

2026-04-12
sqlx-code-review
软件质量保证分析师与测试员

Reviews sqlx database code for compile-time query checking, connection pool management, migration patterns, and PostgreSQL-specific usage. Use when reviewing Rust code that uses sqlx, database queries, connection pools, or migrations. Covers offline mode, type mapping, and transaction patterns.

2026-04-12
adr-decision-extraction
软件开发工程师

Use when you need to mine a conversation, session transcript, or design discussion for architectural decisions before writing ADRs. Identifies problem-solution pairs, trade-off debates, technology choices, and explicit "[ADR]" tags. Triggers on "what decisions did we make", "extract decisions from this chat", "find the choices in our discussion", or "summarize architectural decisions". Also useful after long planning sessions to capture decisions that were made implicitly. Does NOT write ADR documents — use adr-writing or write-adr for that.

2026-04-11
adr-writing
软件开发工程师

Use when writing or formatting an ADR document using the MADR template, applying Definition of Done (E.C.A.D.R.) criteria, or verifying ADR completeness. Triggers on "write the ADR", "format as MADR", "check ADR quality", "mark gaps in ADR". Also triggers when a decision has been extracted and needs to become a document. Does NOT extract decisions from conversations (use adr-decision-extraction) or orchestrate the full extract-confirm-write workflow (use write-adr).

2026-04-11
agent-architecture-analysis
软件开发工程师

Use when auditing an agent codebase against the 12-Factor Agents methodology, reviewing LLM-powered system architecture, or assessing agentic app compliance. Triggers on "analyze agent architecture", "12-factor audit", "how compliant is this agent", or "evaluate this LLM app". Also applies when comparing frameworks or planning agent improvements. Not for quick checklists — this performs deep per-factor codebase analysis with file-level evidence.

2026-04-11
llm-judge
软件质量保证分析师与测试员

Use when comparing two or more code implementations against a spec or requirements doc. Triggers on "which repo is better", "compare these implementations", "evaluate both solutions", "rank these codebases", or "judge which approach wins". Also covers choosing between competing PRs or vendor submissions solving the same problem. Does NOT review a single codebase for quality — use code review skills instead. Does NOT evaluate strategy docs — use strategy-review. Requires a spec file and 2+ repo paths.

2026-04-11
strategy-interview
综合与运营经理

Use when the user wants to build or think through a strategy via guided conversation — for a company, product, team, career, or initiative. Triggers on "help me figure out our direction", "what should we focus on", strategic planning, competitive positioning, go-to-market strategy. Also catches indirect requests like prioritization struggles or "we have too many priorities". Does NOT review existing strategy documents (use strategy-review) or brainstorm project features (use brainstorm-beagle).

2026-04-11
strategy-review
管理分析师

Use when reviewing, critiquing, or stress-testing an existing strategy document. Evaluates seven dimensions — diagnosis quality, guiding policy strength, action coherence, assumption exposure, falsifiability — with optional 7S, Five Forces, Balanced Scorecard, and Hoshin Kanri lenses. Triggers on: review my strategy, poke holes in this plan, what's weak here, strategy audit, red team this. Does NOT build strategy (use strategy-interview) or brainstorm project ideas (use brainstorm-beagle).

2026-04-11
humanize-beagle
软件开发工程师

Rewrite AI-generated developer text to sound human — fix inflated language, filler, tautological docs, and robotic tone. Use after review-ai-writing identifies issues.

2026-04-11
review-ai-writing
软件开发工程师

Detect AI-generated writing patterns in developer text — docs, docstrings, commit messages, PR descriptions, and code comments. Use when reviewing any text artifact for authenticity and clarity.

2026-04-11
receive-feedback
软件质量保证分析师与测试员

Process external code review feedback with technical rigor. Use when receiving feedback from another LLM, human reviewer, or CI tool. Verifies claims before implementing, tracks disposition.

2026-04-04
gen-test-plan
软件质量保证分析师与测试员

Analyze repo, detect stack, trace changes to user-facing entry points, generate E2E YAML test plan

2026-04-03
run-test-plan
软件质量保证分析师与测试员

Execute YAML test plan, stop on first failure, output rich debug prompt

2026-04-03
create-pr
软件开发工程师

create a pull request with standardized description template

2026-03-30
llm-artifacts-detection
软件开发工程师

Detects common LLM coding agent artifacts in codebases. Identifies test quality issues, dead code, over-abstraction, and verbose LLM style patterns. Use when cleaning up AI-generated code or reviewing for agent-introduced cruft.

2026-03-30
prompt-improver
软件开发工程师

Optimize prompts for code-related tasks following Claude best practices. Use when refining prompts for implementation, debugging, refactoring, code review, or testing.

2026-03-30
respond-pr-feedback
软件质量保证分析师与测试员

Respond to review comments on a PR after evaluation and fixes

2026-03-30
review-feedback-schema
软件质量保证分析师与测试员

Schema for tracking code review outcomes to enable feedback-driven skill improvement. Use when logging review results or analyzing review quality.

2026-03-30
review-llm-artifacts
软件质量保证分析师与测试员

Detects common LLM coding agent artifacts by spawning 4 parallel subagents

2026-03-30
review-plan
软件开发工程师

Review implementation plans for parallelization, TDD, types, libraries, and security before execution

2026-03-30
review-skill-improver
软件质量保证分析师与测试员

Analyzes feedback logs to identify patterns and suggest improvements to review skills. Use when you have accumulated feedback data and want to improve review accuracy.

2026-03-30
review-verification-protocol
软件质量保证分析师与测试员

Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.

2026-03-30
skill-builder
软件开发工程师

Create Claude Code skills with best practices, structure, validation, and testing. Use when designing or refining skills, prompts, references, or supporting files.

2026-03-30
draft-docs
软件开发工程师

Generate first-draft technical documentation from code analysis

2026-03-30
ensure-docs
软件开发工程师

Verify documentation coverage and generate missing docs interactively

2026-03-30
explanation-docs
软件开发工程师

Explanation documentation patterns for understanding-oriented content - conceptual guides that explain why things work the way they do

2026-03-30
howto-docs
软件开发工程师

How-To guide patterns for documentation - task-oriented guides for users with specific goals

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