Sagittaras Games
Official@sagittaras · Czech Republic
Indie game studio from Czech Republic
Agent Skills by Sagittaras Games
Showing 27 vetted skills indexed across 1 GitHub repositories.
sagittaras
Recommends the right plugin skill for the user's current task by reading installed skill frontmatters.
review-agent
Reviews agent definitions against conventions and returns a severity-ranked verdict.
review-milestone
Reviews a planned milestone's issues against templates, code precedents, and dependency graphs.
review-ux-spec
Reviews UX specification documents against templates, art bibles, and cited project standards.
init-workflow
Configures milestone workflow settings in a project's CONTRIBUTING.md through detection and interview.
train-agent
Distills lessons from review/retry loops into persistent agent memory files.
triage-issue
Promotes a note-style issue into an implementation-ready specification anchored to existing code precedents.
write-rule
Creates and edits path-scoped rules in .claude/rules with validated globs and independent review.
plan-milestone
Plans milestones by drafting code-anchored issues and creating them in the issue tracker.
create-branch
Creates a new git branch from the fresh remote default branch with validated naming.
review-skill
Reviews Claude Code skills against plugin conventions and returns a severity-ranked verdict.
update-plugin
Updates the installed Claude Code plugin to the latest branch state and reports changed skills.
write-adr
Writes architecture decision records through structured interviews, git branches, and independent review.
make-commit
Creates Conventional Commits from git diffs and pushes the branch to origin.
file-issue
Creates a single ad hoc tracker issue as a Note with labels and confirmation.
open-pr
Opens a pull request on GitHub or Gitea with Conventional Commits title and issue linkage.
implement-issue
Implements a tracker issue against acceptance criteria and opens a pull request.
write-claude-md
Writes or slims down a project's CLAUDE.md through repo mapping and user interview.
close-milestone
Closes a milestone only after verifying all issues are closed and the integration PR is merged.
write-agent
Creates or edits Claude Code agent definitions through interview, template, and independent review.
write-art-bible
Writes or updates a project art bible document from repository evidence and user interview.
run-milestone
Orchestrates autonomous milestone execution by dispatching issues to parallel agents and merging reviewed PRs.
review-adr
Reviews architecture decision records against conventions and returns a severity-ranked verdict.
review-rule
Reviews Claude Code rule files for convention compliance and validates path globs against the repository.
Frequently Asked Questions About Sagittaras Games
FAQPage SchemaWhat tasks can I automate using Sagittaras Games' skills?▼
The plugin covers git branch creation, Conventional Commits with push, issue triage, implementation and verification, PR opening, milestone planning, execution and closing, plus authoring and independent review of agents, skills, rules, ADRs, art bibles, and UX specs.
Who is the target user of the sagittaras plugin?▼
Developers and engineering leads at the indie game studio who run Claude Code sessions and want governed, convention-checked workflows for repository operations, issue-driven implementation, and project documentation artifacts like UX specs and architecture decision records.
How do I install and start using the plugin?▼
First installation is described in README.md at the plugin root. After installing, invoke /sagittaras to get a directory of available skills matched to your task. The update-plugin skill pulls the latest branch state and reports added, changed, or removed skills.
How do the write and review skills work together?▼
Each write skill (write-agent, write-skill, write-rule, write-ux-spec) runs an interview, drafts the artifact per a mandatory template, then delegates review to its clean-context review counterpart on opus with xhigh effort. Fix-and-review rounds loop autonomously, escalating to the user only when needed.
What are the prerequisites and safety constraints?▼
Skills run inside Claude Code with declared tool allowlists; git operations go exclusively through prepared bash scripts that validate branch names, collisions, and repository state before changing anything, and make-commit deliberately cannot amend, rebase, or force-push history.