Finger Gun
Official@finger-gun · Sweden
A studio for side quests, half-baked genius, and dangerously playful ideas.
Agent Skills by Finger Gun
Showing 18 vetted skills indexed across 1 GitHub repositories.
openspec-apply-change
Automate OpenSpec change application through selection, status checks, and task execution.
openspec-explore
Explore codebases by surfacing questions, hypotheses, and investigation directions.
openspec-verify-change
Verifies code changes against openspec artifacts and generates a structured report.
openspec-new-change
Scaffold a new OpenSpec change directory with artifact workflow instructions.
openspec-archive-change
Archive completed openspec changes after validating artifacts and tasks.
openspec-onboard
Guide new developers through the complete OpenSpec workflow with artifact creation.
openspec-bulk-archive-change
Batch-archive multiple completed changes with conflict-aware synchronization.
openspec-continue-change
Create the next OpenSpec workflow artifact after checking progress and dependencies.
openspec-sync-specs
Merge delta specifications into main OpenSpec specs with intelligent changes.
openspec-ff-change
Scaffold OpenSpec change artifacts with dependency-aware sequencing and guided prompts.
sisu-framework
Build TypeScript AI agent pipelines with middleware, typed tools, and observability.
deploy
Enforce preflight checks and rollback readiness for CI/CD deployments.
code-review
Automates structured code reviews for TypeScript pull requests and diffs.
debug
Apply a repeatable debugging playbook to AI workflow issues.
test-gen
Generate Vitest test plans and cases for JavaScript/TypeScript projects.
explain
Explain code and architecture with structured, audience-appropriate templates.
repo-search
Search and map codebases for files, symbols, and patterns.
create-changesets
Generate semantic versioning changesets for pnpm monorepo packages.
Frequently Asked Questions About Finger Gun
FAQPage SchemaWhat specific engineering tasks does Finger Gun enable?▼
Finger Gun enables systematic management of OpenSpec artifacts, including scaffolding, verification, and archival of code changes. It further supports TypeScript development through automated code reviews, Vitest test plan generation, and semantic versioning for monorepo packages, ensuring consistent repository maintenance and documentation.
Which personas benefit most from these capabilities?▼
These capabilities are designed for software engineers, technical leads, and release managers working within TypeScript-heavy monorepo environments. It is particularly useful for teams requiring strict adherence to OpenSpec standards and those seeking to standardize code review and testing processes across distributed development teams.
What are the primary prerequisites for implementing these capabilities?▼
Implementation requires a TypeScript-based codebase and familiarity with the OpenSpec artifact structure. Users should have pnpm configured for monorepo management if utilizing the changesets functionality, and Vitest installed for the test generation features to function correctly within the local development environment.