sample-plugin
Fixture for testing plugin installation and SKILL.md compatibility.
Install
mkdir -p .claude/skills/sample-plugin && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11973" && unzip -o skill.zip -d .claude/skills/sample-plugin && rm skill.zipInstalls to .claude/skills/sample-plugin
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Phase 1 sample plugin synthesizing a SKILL.md frontmatter for backwards-compat tests.Key capabilities
- →Synthesize SKILL.md frontmatter for backwards-compatibility tests
- →Acknowledge user briefs via discovery question form atom
- →Plan briefs using TodoWrite
- →Emit briefs as deck artifacts
How it works
The skill synthesizes SKILL.md frontmatter to ensure backwards compatibility when an explicit `open-design.json` sidecar is missing, and processes user briefs.
Inputs & outputs
When to use sample-plugin
- →Testing plugin loading
- →Verifying backward compatibility
- →Validating skill discovery
About this skill
Sample Plugin
This is the SKILL.md half of the Phase 1 e2e fixture. The companion
open-design.json sidecar carries the canonical Open Design plugin
manifest fields; this file proves the SKILL-only adapter path stays
honest when an install lacks an explicit sidecar (just delete
open-design.json to test the legacy compat tier).
Workflow
- Acknowledge the user's brief via the discovery question form atom.
- Use TodoWrite to plan the brief.
- Emit the brief as a deck artifact.
When not to use it
- →When not testing the SKILL-only adapter path
- →When an explicit `open-design.json` sidecar is present and preferred
Limitations
- →Primarily for backwards-compatibility tests
- →Focuses on synthesizing SKILL.md frontmatter
- →Designed for Phase 1 e2e fixture
How it compares
This skill specifically acts as a test fixture for backwards-compatibility of plugin manifests, synthesizing metadata when a sidecar is absent.
Compared to similar skills
sample-plugin side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| sample-plugin (this skill) | 0 | 2mo | No flags | Beginner |
| webapp-testing | 353 | 3mo | Review | Intermediate |
| resolve-conflicts | 81 | 8mo | Review | Intermediate |
| telegram-bot-builder | 106 | 6mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by skeletorflet
View all by skeletorflet →You might also like
webapp-testing
anthropics
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
resolve-conflicts
antinomyhq
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
telegram-bot-builder
davila7
Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.
dev-browser
SawyerHood
Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request.
openspec-onboard
studyzy
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
codex-cli-bridge
alirezarezvani
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools