Sagittaras Games avatar

Sagittaras Games

Official

@sagittaras · Czech Republic

0Followers
|
7Public Repos
|
27Published Skills

Indie game studio from Czech Republic

Skills Distribution
DomainDeveloper To...Git Version Contro.. (25%)Issue & Milestone .. (25%)Agent & Skill Auth.. (25%)Independent Conven.. (15%)

Agent Skills by Sagittaras Games

Showing 27 vetted skills indexed across 1 GitHub repositories.

sagittarassagittaras

sagittaras

Recommends the right plugin skill for the user's current task by reading installed skill frontmatters.

Official
Intermediate
sagittarassagittaras

review-agent

Reviews agent definitions against conventions and returns a severity-ranked verdict.

Official
Advanced
sagittarassagittaras

review-milestone

Reviews a planned milestone's issues against templates, code precedents, and dependency graphs.

Official
Advanced
sagittarassagittaras

review-ux-spec

Reviews UX specification documents against templates, art bibles, and cited project standards.

Official
Advanced
sagittarassagittaras

init-workflow

Configures milestone workflow settings in a project's CONTRIBUTING.md through detection and interview.

Official
Advanced
sagittarassagittaras

train-agent

Distills lessons from review/retry loops into persistent agent memory files.

Official
Advanced
sagittarassagittaras

triage-issue

Promotes a note-style issue into an implementation-ready specification anchored to existing code precedents.

Official
Advanced
sagittarassagittaras

write-rule

Creates and edits path-scoped rules in .claude/rules with validated globs and independent review.

Official
Advanced
sagittarassagittaras

plan-milestone

Plans milestones by drafting code-anchored issues and creating them in the issue tracker.

Official
Advanced
sagittarassagittaras

create-branch

Creates a new git branch from the fresh remote default branch with validated naming.

Official
Intermediate
sagittarassagittaras

review-skill

Reviews Claude Code skills against plugin conventions and returns a severity-ranked verdict.

Official
Advanced
sagittarassagittaras

update-plugin

Updates the installed Claude Code plugin to the latest branch state and reports changed skills.

Official
Intermediate
sagittarassagittaras

write-adr

Writes architecture decision records through structured interviews, git branches, and independent review.

Official
Advanced
sagittarassagittaras

make-commit

Creates Conventional Commits from git diffs and pushes the branch to origin.

Official
Advanced
sagittarassagittaras

file-issue

Creates a single ad hoc tracker issue as a Note with labels and confirmation.

Official
Advanced
sagittarassagittaras

open-pr

Opens a pull request on GitHub or Gitea with Conventional Commits title and issue linkage.

Official
Advanced
sagittarassagittaras

implement-issue

Implements a tracker issue against acceptance criteria and opens a pull request.

Official
Advanced
sagittarassagittaras

write-claude-md

Writes or slims down a project's CLAUDE.md through repo mapping and user interview.

Official
Intermediate
sagittarassagittaras

close-milestone

Closes a milestone only after verifying all issues are closed and the integration PR is merged.

Official
Advanced
sagittarassagittaras

write-agent

Creates or edits Claude Code agent definitions through interview, template, and independent review.

Official
Advanced
sagittarassagittaras

write-art-bible

Writes or updates a project art bible document from repository evidence and user interview.

Official
Advanced
sagittarassagittaras

run-milestone

Orchestrates autonomous milestone execution by dispatching issues to parallel agents and merging reviewed PRs.

Official
Advanced
sagittarassagittaras

review-adr

Reviews architecture decision records against conventions and returns a severity-ranked verdict.

Official
Advanced
sagittarassagittaras

review-rule

Reviews Claude Code rule files for convention compliance and validates path globs against the repository.

Official
Advanced

Frequently Asked Questions About Sagittaras Games

FAQPage Schema
What 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.