weegigs
@weegigs Organization
Public Skills
triage
by weegigs
Interactive issue discovery session. Use when walking through an application to capture issues, then batch-evaluate severity and complexity.
check
by weegigs
Verify workflow completion before ending a session. Use when finishing implementation work to ensure commits, reviews, and task tracking are complete.
execute
by weegigs
Execute an existing plan aggressively with minimal interruption. Use after /kick-off approval to implement the planned work.
kick-off
by weegigs
Create an execution plan from a requirement, spec, or task. Use when starting new work that needs structured breakdown into tasks.
next
by weegigs
Review tasks and recommend the next action. Use when starting a session or after completing work to identify highest-impact next steps.
byterover
by weegigs
This skill should be used when the user asks to "query project knowledge", "curate learnings", "record architectural decisions", "document bug investigations", "check brv status", or mentions ByteRover, brv, or project knowledge base.
mise
by weegigs
Mise development environment management. Use when running CLI tools, managing tool versions, or executing project tasks.
codex
by weegigs
Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing. Uses GPT-5.2 by default.
jj
by weegigs
Jujutsu (jj) version control. Use when jj is mentioned, or when discussing version control, commits, branches, diffs, releases, or comparing changes. CRITICAL for creating commits, releasing versions, saving work, or any git-like operations in jj repositories.
search
by weegigs
Search and research enhancement skills. Use when performing web searches, looking up library documentation, or conducting research that requires multiple sources.
principles
by weegigs
Core code quality principles for writing maintainable code. Use when reviewing code for design violations, assessing code quality, or applying architectural patterns like composition, immutability, and fail-fast.
codex-review
by weegigs
Code review via Codex CLI using quality principles. Use when seeking independent validation of code changes. Supports multi-agent review for complex changes.
codex-spec-review
by weegigs
Spec review via Codex CLI for independent validation. Use when seeking external validation of specifications before implementation.
cleaner
by weegigs
Code cleaning methodology. Enhance clarity, consistency, and maintainability while preserving functionality.
coding-context
by weegigs
Detect languages in target files and inject appropriate language skills. Use before implementing code to ensure language-specific patterns are loaded.
cleaning
by weegigs
Language-specific code cleaning patterns. Use alongside the code-cleaner agent or independently for language idioms.
plan-product
by weegigs
Establish foundational product documentation through interactive conversation. Creates files in .agent-os/product/
setup
by weegigs
Initialize or refresh agent-os configuration. Auto-detects project state and offers appropriate actions.
standards-init
by weegigs
Initialize project standards baseline from a profile. Use when setting up a new project with predefined coding standards and conventions.
spec-bug
by weegigs
Bug fix specification workflow. Use when specifying bug fixes to generate root cause analysis and acceptance criteria.
standards-inject
by weegigs
Inject relevant standards into the current context. Resolves project > baseline. Supports auto-suggest and explicit modes.
spec-feature
by weegigs
Feature specification workflow. Use when specifying new features to generate user stories with EARS acceptance criteria.
standards-review
by weegigs
Validate discovered standards for accuracy, clarity, and usefulness. Use when reviewing standards from /standards-discover before committing them to the project.
spec-refactor
by weegigs
Refactor specification workflow. Use when planning refactoring work to document current state, target state, and compatibility requirements.
spec-research
by weegigs
Research specification workflow. Use when planning investigation work to structure research questions and findings format.
spec-review
by weegigs
Review specifications for completeness and execution readiness. Use when validating specs from /spec before implementation begins.
standards
by weegigs
Manage project standards. Auto-detects state and offers appropriate actions.
standards-discover
by weegigs
Extract tribal knowledge from your codebase into documented standards. Creates files in .agent-os/standards/project/
spec
by weegigs
Prepare any work for execution planning. Routes to work-type specific workflow.
standards-index
by weegigs
Rebuild and maintain the project standards index file (.agent-os/standards/project/index.yml).
standards-update
by weegigs
Update standards baseline from latest profile version. Warns about project overrides.
convex
by weegigs
Convex backend development. Use when discussing queries, mutations, actions, schema, or Convex patterns.
jj-workspace
by weegigs
Manage jj workspaces in a well-known location (~/.jj-workspaces) for parallel agent work. Use when spawning isolated work environments for beads tasks.
spawn-worker
by weegigs
Spawn headless Claude agents in isolated jj workspaces to work on beads tasks. Use when delegating tasks to parallel workers.
beads
by weegigs
Issue tracking with beads (bd CLI). Use when discussing tasks, issues, work tracking, or project management.