toolbox
Data grid development, testing, debugging, and release workflows
All Skills in This Repository (11)
Pure Emerald Level Indicatorsdocs-update
Guide documentation updates after code changes using llms.txt inventories.
debug-perf
Profile and diagnose performance bottlenecks in the @toolbox-web/grid component.
release-prep
Run linting, tests, builds, and release checks for Toolbox libraries.
debug-browser
Debug browser components via Chrome DevTools MCP sessions.
retrospective
Capture actionable lessons learned after task completion for AI-assisted workflows.
bundle-check
Validate @toolbox-web/grid index.js bundle size against raw and gzipped limits.
new-adapter
Scaffold a framework adapter library and demo app for @toolbox-web/grid.
astro-demo
Scaffold Astro demo components and MDX docs for grid features.
new-plugin
Scaffold a new grid plugin with manifest, tests, and documentation.
new-adapter-feature
Standardize new grid feature implementations across Angular, React, and Vue adapters.
test-coverage
Generate Vitest unit and integration tests to close coverage gaps in the toolbox-web monorepo.
Frequently Asked Questions
FAQPage SchemaHow to install Toolbox skills?βΌ
Run `npx skills add OysteinAmundsen/toolbox --all -g -y` in your terminal to install all skills in this collection globally.
What does the Toolbox skill collection cover?βΌ
It covers the full development lifecycle of the @toolbox-web data grid: creating plugins and framework adapters, debugging performance, running benchmarks and e2e tests, checking bundle size, and preparing releases.
Can these skills help debug grid performance issues?βΌ
Yes. The debug-perf and debug-browser skills walk through Chrome DevTools tracing, hot-path analysis, and a bundled trace analyzer to find and fix slow rendering, memory leaks, and layout thrashing.
Do these skills work with Claude Code and Cursor?βΌ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, OpenClaw, and other compatible coding environments.
Can I use these skills without deep grid knowledge?βΌ
Yes. Each skill provides step-by-step procedures, code templates, and verification commands so the agent handles the technical details from your plain-English request.
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