Armory
Source

Browse

Search and filter by type across the catalog

2,045 results in Infrastructure, Hooks, Sub-Agents, Skills · page 55 of 86

SkillsPreview

plankton-code-quality

"Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks."

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
Sub-AgentsPreview

planner

Expert planning specialist for complex features and refactoring. Use PROACTIVELY when users request feature implementation, architectural changes, or complex refactoring. Automatically activated for planning tasks.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
SkillsPreview

planning

Create and manage persistent markdown planning files for structured task execution. Use when the user asks to "create a plan", "track progress", "start a research project", or when a task requires more than 5 tool calls and needs structured phase tracking to stay focused and avoid goal drift.

UnrankedNo signals yet
Harnessclaude
planningskills
Details
SkillsPreview

planning-with-files

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

UnrankedNo signals yet
Harnessclaude
planning-with-filesskills
Details
SkillsPreview

planning-with-files-2

Transforms workflow to use Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Use when starting complex tasks, multi-step projects, research tasks, or when the user mentions planning, organizing work, tracking progress, or wants structured output.

UnrankedNo signals yet
Harnessclaude
planning-with-filesskills
Details
Sub-AgentsPreview

platform-engineer

Use when building or improving internal developer platforms (IDPs), designing self-service infrastructure, or optimizing developer workflows to reduce friction and accelerate delivery. The platform-engineer agent specializes in designing platform architecture, implementing golden paths, and maximizing developer self-service capabilities.

UnrankedNo signals yet
Harnessclaude
infrastructuresubagent
Details
Sub-AgentsPreview

platform-sre-kubernetes

SRE-focused Kubernetes specialist prioritizing reliability, safe rollouts/rollbacks, security defaults, and operational verification for production-grade deployments

UnrankedNo signals yet
Harnessclaude
securitysubagents
Details
SkillsPreview

playwright

Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script.

UnrankedNo signals yet
Harnessclaude
playwrightskills
Details
Sub-AgentsPreview

playwright

Playwright testing agent. Only runs for FRONTEND tasks. Verifies acceptance criteria in a real browser using the page object pattern. Passes on success, routes back to developer on failure.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
SkillsPreview

playwright-e2e-builder

Plan and build comprehensive Playwright E2E test suites with Page Object Model, authentication state persistence, custom fixtures, visual regression, and CI integration. Uses interview-driven planning to clarify critical user flows, auth strategy, test data approach, and parallelization before writing any tests.

UnrankedNo signals yet
Harnessclaude
playwright-e2e-builderskills
Details
SkillsPreview

playwright-java

Scaffold, write, debug, and enhance enterprise-grade Playwright E2E tests in Java using Page Object Model, JUnit 5, Allure reporting, and parallel execution.

UnrankedNo signals yet
Harnessclaude
playwright-javaskills
Details
SkillsPreview

playwright-skill

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

UnrankedNo signals yet
Harnessclaude
playwright-skillskills
Details
Sub-AgentsPreview

playwright-tester

Testing mode for Playwright tests

UnrankedNo signals yet
Harnessclaude
development-toolssubagents
Details
SkillsPreview

plotly

Interactive scientific and statistical data visualization library for Python. Use when creating charts, plots, or visualizations including scatter plots, line charts, bar charts, heatmaps, 3D plots, geographic maps, statistical distributions, financial charts, and dashboards. Supports both quick visualizations (Plotly Express) and fine-grained customization (graph objects). Outputs interactive HTML or static images (PNG, PDF, SVG).

UnrankedNo signals yet
Harnessclaude
plotlyskills
Details
SkillsPreview

plugin-forge

Create and manage Claude Code plugins with proper structure, manifests, and marketplace integration. Use when creating plugins for a marketplace, adding plugin components (commands, agents, hooks), bumping plugin versions, or working with plugin.json/marketplace.json manifests.

UnrankedNo signals yet
Harnessclaude
plugin-forgeskills
Details
SkillsPreview

plugin-settings

This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.

UnrankedNo signals yet
Harnessclaude
plugin-settingsskills
Details
SkillsPreview

plugin-structure

This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.

UnrankedNo signals yet
Harnessclaude
plugin-structureskills
Details
SkillsPreview

pocketbase-api-rules

API rules and filter expressions for PocketBase access control. Use when setting permissions, writing filter expressions, configuring who can access what, or debugging 403/404 responses. Covers all 5 rule types, filter syntax, operators, request/collection macros, and field modifiers.

UnrankedNo signals yet
Harnessclaude
pb-api-rulesskills
Details
SkillsPreview

pocketbase-collections

Collection and schema design for PocketBase. Use when creating collections, designing schemas, adding fields, setting up relations, or choosing between base/auth/view collection types. Prevents wrong field types, documents zero-default behavior, and covers relation cascading.

UnrankedNo signals yet
Harnessclaude
pb-collectionsskills
Details
SkillsPreview

pocketbase-deploy

Production deployment for PocketBase. Use when deploying PocketBase to a server, setting up Docker, configuring systemd, reverse proxy (nginx/Caddy), TLS, SMTP, backups, S3 storage, rate limiting, or hardening for production. Provides ready-to-use configs.

UnrankedNo signals yet
Harnessclaude
pb-deployskills
Details
SkillsPreview

pocketbase-hooks

Server-side JavaScript hooks for PocketBase (pb_hooks). Use when writing custom routes, event hooks, cron jobs, sending emails, making HTTP requests, querying the database, or extending PocketBase with server-side logic. Covers the goja ES5 runtime, routing, middleware, all event hooks, DB queries, record operations, and global APIs.

UnrankedNo signals yet
Harnessclaude
pb-hooksskills
Details
SkillsPreview

pocketbase-migrations

Schema migrations and versioning for PocketBase. Use when creating migrations, managing schema versions, syncing collections between environments, using automigrate, or creating collections programmatically. Covers migrate commands, migration file format, snapshot imports, and the _migrations tracking table.

UnrankedNo signals yet
Harnessclaude
pb-migrationsskills
Details
SkillsPreview

pocketbase-sdk

JavaScript SDK usage for PocketBase client applications. Use when calling PocketBase from frontend or Node.js, authenticating users, subscribing to realtime events, uploading files, or working with the PocketBase JS/TS SDK. Covers CRUD, auth flows, authStore, realtime SSE, file handling, batch operations, and query syntax.

UnrankedNo signals yet
Harnessclaude
pb-sdkskills
Details
Sub-AgentsPreview

podcast-content-analyzer

Podcast content analysis specialist. Use PROACTIVELY for identifying viral moments, creating chapter markers, extracting SEO keywords, and scoring engagement potential from transcripts.

UnrankedNo signals yet
Harnessclaude
ffmpeg-clip-teamsubagents
Details
Browse · Armory