Built-in skills and plugins
Every Speedwave project container is provisioned with a comprehensive suite of pre-configured Claude Code resources: specialized code review skills, web auditing tools, consistent output styling, status line monitors, and official Anthropic plugins.
Resource bundle injection and lifecycle
Section titled “Resource bundle injection and lifecycle”During container initialization, the entrypoint script links resources from the application bundle into ~/.claude/. Files committed to a repository’s .claude/ directory take precedence over bundled defaults. Speedwave records managed symlinks in ~/.claude/.speedwave-managed-links, ensuring orphaned links are cleanly removed upon reconfiguration or container restarts.
Code review skills
Section titled “Code review skills”Speedwave includes fourteen targeted review skills: basic, change-impact, comment-analyzer, documentation-checker, duplication-detector, kiss-detector, performance-concurrency, security-checker, silent-failure-hunter, solid-detector, ssot-detector, test-analyzer, type-design-analyzer, and yagni-detector.
The aggregate command /speedwave-code-review executes all fourteen analyzers in parallel over a changeset, filtering out noise and consolidating verified findings into a structured report. This is distinct from Claude Code’s native /code-review command, which provides standard diff reviews for pull and merge requests (see AI-assisted code review).
Web auditing and sitemap generation
Section titled “Web auditing and sitemap generation”Two bundled skills support web engineering and compliance auditing:
| Skill | Description |
|---|---|
speedwave-site-audit | Audits URLs across foundational standards, SEO, accessibility, security headers, performance, privacy, internationalization, and agent readiness. Accepts target URLs, scope filters (page or sitemap), category filters, and custom output paths. |
speedwave-sitemap | Compiles a structured JSON inventory of website endpoints by parsing robots.txt and sitemap.xml, with fallback to Playwright-driven same-domain discovery. |
The bundle also includes speedwave-product-showcase, generating standalone animated interactive component demos.
Integration-specific skills
Section titled “Integration-specific skills”The skills/integrations/<service>/ directory provides helper skills for 13 supported services: Atlassian, Calendar, Context7, GitHub, GitLab, Mail, Notes, Office, Playwright, Redmine, Reminders, SharePoint, and Slack. Skills are dynamically linked only when the corresponding integration is activated.
Baseline styling, status monitors, and settings
Section titled “Baseline styling, status monitors, and settings”Containers configure an optimized baseline configuration:
- Output formatting (
Speedwave.md): Enforces structured technical markdown and concise output. - Status monitor (
statusline.sh): Renders real-time execution context in the terminal. - Global defaults (
settings.json): SetseffortLevel: high,outputStyle: Speedwave, andshowThinkingSummaries: true.
Pre-installed Anthropic plugins
Section titled “Pre-installed Anthropic plugins”Speedwave automatically installs five official plugins from the claude-plugins-official marketplace on container startup: frontend-design, feature-dev, claude-md-management, superpowers, and typescript-lsp.
These marketplace extensions operate alongside Speednet’s cryptographically signed plugins, which provide isolated backend worker containers and system-level integrations.
Superpowers workflow integration
Section titled “Superpowers workflow integration”The superpowers extension integrates with session startup hooks, establishing the structured design, planning, subagent execution, and automated verification cycle described in the Default development workflow. You can disable this behavior at any time using /plugin disable superpowers.