Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By tyroneross
[Deprecated — use spectra] Dev asset capture for blog and website content
npx claudepluginhub tyroneross/rosslabs-ai-toolkit --plugin showcaseTake a screenshot of a URL, app window, or simulator
Export captures to an output directory with markdown manifest
Search captures by tags, feature, date, or free text
Overview of all captures grouped by feature, date, component, or platform
Record a short video clip (5-30s)
Admin access level
Server config contains admin-level keywords
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Complete developer toolkit for Claude Code
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Barbara Minto's Pyramid Principle for short-form, long-form, presentations, and audits
Debug with memory of past bugs — pattern extraction and parallel domain assessment
Map dependencies and analyze blast radius before changing code
Extract blog and news content from any website
Local doc-content cache + authoritative API source registry with a 7-day freshness contract
⚠️ Deprecated in favour of
spectraas of 2026-04-21.Spectra's
spectra_librarytool (introduced in v0.2.0) covers everything showcase did —find,tag,gallery,export,status,delete,walkthrough— plus richer capture via CDP and native Swift AX. The library schema is forward-compatible, so migration is one command:spectra_library action="migrate-from-showcase" showcasePath=./.showcaseThe migration is non-destructive: your existing
.showcase/directory is left in place. After verifying the captures land under.spectra/library/, you can archive.showcase/at your leisure.What to do today
- Install spectra: add the
rosslabs-ai-toolkitmarketplace if you haven't, then/plugin install spectra@rosslabs-ai-toolkit.- Run
spectra_library action="migrate-from-showcase"in any project where you have.showcase/content.- Switch slash-command habits:
/showcase:find→/spectra:library,/showcase:capture→/spectra:capture(plusspectra_library action="add"to register the capture in the library).The GitHub repo stays read-accessible for 90 days and will then be archived. No new features will ship.
Dev asset capture for AI coding agents — screenshots, video clips, and walkthrough assets for blog, website, and product content.
This repo ships the existing Claude Code plugin package at the repository root. Claude-specific hooks, slash commands, skills, and MCP wiring remain unchanged.
This package now ships an additive Codex plugin surface alongside the existing Claude Code package. The Claude package remains authoritative for Claude behavior; the Codex package adds a parallel .codex-plugin/plugin.json install surface without changing the Claude runtime.
Package root for Codex installs:
.)Primary Codex surface:
./skills when present./.mcp.json when presentInstall the package from this package root using your current Codex plugin install flow. The Codex package is additive only: Claude-specific hooks, slash commands, and agent wiring remain unchanged for Claude Code.