Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

go-beast

go-beast には MarcosAlves90 から収集した 28 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
28
Stars
2
更新
2026-06-27
Forks
0
職業カバレッジ
8 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

go-chat
ソフトウェア開発者

Conducts structured technical conversations — code walkthroughs, architectural debates, decision support, rubber-duck debugging, and Q&A — using mode-aware dialogue, one-question-per-turn discipline, explicit assumption labeling, and escalation signals that hand off to the right beast when a conversation has produced enough to warrant a formal artifact.

2026-06-27
go-score
ソフトウェア品質保証アナリスト・テスター

Conducts a multi-pass code review with structured scoring across seven dimensions (correctness, security, maintainability, testability, performance, design, observability), applies a calibrated 0–4 rubric per dimension, produces OIR-structured findings with BLOCKER/WARNING/SUGGESTION/NIT severity classification, and emits a SCORE_REPORT.md with a dimensional scorecard and a merge verdict.

2026-06-27
go-fox
ソフトウェア開発者

Translates approved requirements into an architecture decision record (ADR), technology stack selection, Mermaid component diagram, and interface contracts.

2026-06-22
go-kite
ソフトウェア開発者

Audits an existing system's architecture across five dimensions — structure, observability, reliability, scalability, and security posture — and produces a prioritized HTML report with findings, capability gaps, and concrete improvement proposals. Uses repomix to pack the codebase, reads ADRs and CONTEXT.md when present, and opens the report in the browser.

2026-06-22
go-otter
データベースアーキテクト

Designs entity-relationship models, defines schemas with conventions, writes safe migrations with rollback, plans indexing strategy, and reviews queries for N+1 and sequential scans.

2026-06-22
go-snipe
ソフトウェア品質保証アナリスト・テスター

Translates interface contracts and functional requirements into BDD scenario files (Given/When/Then), an acceptance test skeleton, and a SPEC.md that go-wolf and go-lynx must satisfy before implementation begins.

2026-06-22
go-lynx
ウェブ開発者

Builds frontend UIs with correct component architecture, state management, API integration, accessibility, and responsive design — wired to a real backend, not mocked.

2026-06-21
go-wolf
ソフトウェア開発者

Designs and implements REST or GraphQL APIs, business logic layers, authentication, authorization, middleware, and server-side validation following a strict layered architecture.

2026-06-21
go-mule
その他コンピュータ職

Initializes go-beast explicitly for a new agent session or environment: classifies the target harness, chooses between planning-only/manual/installer-backed setup, separates canonical core steps from optional harness wiring, and validates that skills, instructions, and optional integrations are actually ready.

2026-06-17
go-ant
ソフトウェア開発者

Profiles a running system to find real performance bottlenecks, establishes baseline measurements, applies targeted optimizations (query tuning, cache strategy, bundle reduction, async patterns), and validates improvement with before/after benchmarks. Produces PERF.md with evidence-backed findings and applied changes.

2026-06-17
go-bear
情報セキュリティアナリスト

Runs a security review covering OWASP Top 10, authentication hardening, secrets management, dependency auditing, HTTP headers, and threat modeling for a software project.

2026-06-17
go-beaver
ソフトウェア開発者

Creates a working, runnable project skeleton — monorepo or multi-repo structure, dependency install, linter, formatter, Git hooks, env files, and dev server validation.

2026-06-17
go-bee
その他コンピュータ職

Designs and implements Workflow scripts (.js files that use agent(), pipeline(), parallel(), phase(), log(), and schema) for multi-agent orchestration. Covers: decomposing a task into phases, choosing pipeline vs parallel vs loop patterns, defining JSON schemas for structured agent output, writing the meta block, and registering the workflow in the pack.

2026-06-17
go-crane
ネットワーク・コンピュータシステム管理者

Implements observability for a running system — structured logging with correlation IDs, metrics collection (Prometheus/OpenTelemetry), distributed tracing, health endpoints, alerting rules, and runbook-linked dashboards. Produces OBSERVABILITY.md documenting signal inventory, retention policy, and alert thresholds.

2026-06-17
go-eagle
ソフトウェア品質保証アナリスト・テスター

Designs the test pyramid, writes unit, integration, and end-to-end tests, establishes CI gates, and sets coverage policy for a software project.

2026-06-17
go-finch
その他コンピュータ職

Audits an existing go-* SKILL.md, identifies the specific weakness to fix (missing step, vague rule, incomplete output section, checklist gap, or eval-driven finding), applies the minimal edit, bumps the version, and verifies internal consistency. Never rewrites a working skill from scratch — every change targets exactly what is broken.

2026-06-17
go-hawk
ソフトウェア開発者

Conducts structured discovery interviews, produces a versioned REQUIREMENTS.md, identifies unknowns and risks, and generates a go-beast handoff plan for a software project.

2026-06-17
go-jay
その他コンピュータ職

Creates, audits, edits, and synchronizes AI agent context files — CLAUDE.md, AGENTS.md, GEMINI.md, COPILOT.md, CONTEXT.md, and agent memory files. Rewrites affected sections cleanly to improve agent behavior without causing regressions. Agent-agnostic: works with any context file format; Claude Code memory paths are one supported target among others.

2026-06-17
go-lark
ソフトウェア開発者

Explores the solution space for approved requirements — generates 3–5 distinct approaches, evaluates each against the project's constraints, selects one with explicit rationale, and produces APPROACH.md as a decision record. Prevents go-fox from committing to an architecture before alternatives have been considered.

2026-06-17
go-marten
ソフトウェア開発者

Plans, creates, validates, and cleans up isolated git worktrees for parallel development, risky refactors, or review staging; records provenance and safe cleanup rules.

2026-06-17
go-mole
ソフトウェア開発者

Scans and reads all documentation in a project — README, CHANGELOG, CONTRIBUTING, CLAUDE.md, AGENTS.md, GEMINI.md, /docs, /wiki, and key config files — then produces a compact briefing that stays in session context for downstream tasks and other skills.

2026-06-17
go-owl
ソフトウェア開発者

Audits and writes technical documentation for a software project — README, API reference, architecture docs, ADRs, runbooks, and changelog — ensuring every document is accurate, complete, and runnable.

2026-06-17
go-raven
ネットワーク・コンピュータシステム管理者

Designs CI/CD pipelines, environment promotion strategy, infrastructure-as-code, secrets management in CI, and release automation for a software project.

2026-06-17
go-smith
その他コンピュータ職

Designs, writes, and validates new skills for the go-* family — from gap analysis to SKILL.md authoring, naming, description quality, workflow structure, and integration into the pack's handoff chain.

2026-06-17
go-swift
その他コンピュータ職

Designs, writes, tests, and registers lifecycle hooks for hook-capable coding agents — currently Claude Code and Codex. Produces hook scripts, wires them into the agent's hook configuration, and verifies execution.

2026-06-17
go-tern
ソフトウェア品質保証アナリスト・テスター

Reviews a diff, branch, task, or named artifact against requirements, behavioral risk, security, and regression potential; produces severity-ranked findings, open questions, and a merge recommendation.

2026-06-17
go-vole
DTPオペレーター

Designs and maintains Obsidian vaults — folder structure, naming conventions, wikilink strategy, plugin configuration (Dataview, Templater, Tasks, Kanban, etc.), note templates, and MOC (Map of Content) architecture. Produces a vault specification document, template files, and plugin config recommendations ready to apply.

2026-06-17
go-wren
その他コンピュータ職

Audits an existing lifecycle hook script for Claude Code or Codex, records the current contract (hook name, event, behaviour, exit codes), classifies the requested change (threshold / condition / behaviour / bug fix), applies the minimal edit as an explicit before/after diff, and re-validates with direct shell tests. Never rewrites a working hook from scratch — every change must be proven by running the hook with real JSON inputs.

2026-06-17