Skip to main content

existential-birds/beagle

SkillsMP a collecté 145 skills depuis existential-birds/beagle. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
145
Étoiles GitHub
79
Forks GitHub
8

Affichage de 40 skills collectés sur 145.

métier
Développeurs de logiciels
description

Use when you need a bite-sized, TDD-driven implementation plan but do NOT have a brainstorm-beagle spec to plan against. quick-plan reconstructs intent from the current conversation, fans out domain-expert exploration subagents across the codebase, and…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

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…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

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",…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Use when you have a finalized brainstorm-beagle spec at `.beagle/concepts/<slug>/spec.md` and need a bite-sized, TDD-driven implementation plan before any code is written. Triggers on: "write a plan", "plan this spec", "turn the spec into a plan", "now plan…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Core technical documentation writing principles for voice, tone, structure, and LLM-friendly patterns. Use when writing or reviewing any documentation.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generate first-draft technical documentation from code analysis

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Verify documentation coverage and generate missing docs interactively

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Explanation documentation patterns for understanding-oriented content - conceptual guides that explain why things work the way they do. Use when writing an explanation doc, conceptual guide, understanding/background doc, design rationale, or architecture…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

How-To guide patterns for documentation - task-oriented guides for users with specific goals. Use when writing a how-to/howto guide, task guide, procedural guide, step-by-step guide, or how-to documentation. Builds on the docs-style core writing principles.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Analyze and improve existing documentation using Diataxis principles

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Reference documentation patterns for API and symbol documentation. Use when writing reference docs, API docs, parameter tables, or technical specifications. Triggers on reference docs, API reference, function reference, parameters table, symbol documentation.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Tutorial patterns for documentation - learning-oriented guides that teach through guided doing. Use when writing a tutorial, learning guide, getting-started or onboarding guide, beginner/introductory guide, or any learn-by-doing hands-on guide. Builds on the…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Produce a comprehensive prompt that hands off the current session's work to a fresh session for sub-agent-orchestrated execution. Use when the user wants to execute discussed/planned work in a new session, run a job to completion via sub-agents, or generate a…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Reviews Deep Agents code for bugs, anti-patterns, and improvements. Use when reviewing code that uses create_deep_agent, backends, subagents, middleware, or human-in-the-loop patterns. Catches common configuration and usage mistakes.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Reviews LangGraph code for bugs, anti-patterns, and improvements. Use when reviewing code that uses StateGraph, nodes, edges, checkpointing, or other LangGraph features. Catches common mistakes in state management, graph structure, and async patterns.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Repo-wide structural-maintainability review — code-judo restructurings, 1k-line file guard, anti-spaghetti branching, canonical-layer enforcement, anti-magic abstractions, explicit type/boundary contracts.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

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,…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en études de marché et spécialistes en marketing
description

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".…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when you want to generate Architecture Decision Records from this session. Triggers on "write ADRs", "document our decisions", "create decision records", "record the choices we made". Also useful after design discussions where decisions were reached but…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

commit and push all local changes to remote repo

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

create a pull request with standardized description template

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Fetch unresolved review comments from a PR and evaluate with receive-feedback skill

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Applies fixes from a prior review-llm-artifacts run, with safe/risky classification. Respects verify-llm-artifacts output when present to skip false positives.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

generate release notes for changes since a given tag

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Respond to review comments on a PR after evaluation and fixes

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 145.