controller
StarkNet gaming wallet development, testing, and release workflows
All Skills in This Repository (14)
Pure Emerald Level Indicatorsagent-browser
Automate browser interactions for web testing, form filling, and data extraction.
release-prep
Automate release readiness checks for multi-package software repositories.
pre-commit-check
Run Husky pre-commit hooks for format, lint, and test checks.
test
Identify and run appropriate test suites based on changed files or user requests.
dispatch-release
Dispatch release preparation PRs and publish to npm and GitHub Releases.
code-review
Review TypeScript pull requests for quality and security compliance.
find-skills
Search for installable agent skills and present install commands.
validate-before-merge
Run lint, build, and test checks before merging code.
package-filter
Run pnpm commands in specific monorepo workspace packages using filters.
codegen
Regenerate GraphQL types from the API schema to sync client and server typings.
clean-build
Clean and rebuild all packages in a pnpm-based monorepo.
update-pr
Fetch PR review comments, apply code changes, and push updates.
Frequently Asked Questions
FAQPage SchemaHow to install Cartridge Controller skills?โผ
Run `npx skills add cartridge-gg/controller --all -g -y` in your terminal to install all skills in this suite globally.
What is the Cartridge Controller?โผ
It is a gaming-specific smart contract wallet SDK for StarkNet that handles player onboarding, passkey authentication, and transaction signing through a secure embedded iframe.
How do I run tests in this monorepo?โผ
The run-tests and test skills pick the right suite for your changes, covering unit tests, Storybook visual regression, and Playwright end-to-end tests.
Can it create and manage pull requests?โผ
Yes. The create-pr and update-pr skills commit changes, open PRs, watch CI, address review feedback, and merge once checks pass.
Does it work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core