From sentry-skills
Creates, synthesizes from sources, iteratively improves via examples, updates, and registers agent skills per Agent Skills spec. Manages workflows for skill authoring and validation.
npx claudepluginhub getsentry/skills --plugin sentry-skillsThis skill uses the workspace's default tool permissions.
Use this as the single canonical workflow for skill creation and improvement.
EVAL.mdSOURCES.mdreferences/authoring-path.mdreferences/claude-code-extensions.mdreferences/description-optimization.mdreferences/design-principles.mdreferences/evaluation-path.mdreferences/examples/documentation-skill.mdreferences/examples/security-review-skill.mdreferences/examples/workflow-process-skill.mdreferences/iteration-path.mdreferences/mode-selection.mdreferences/output-patterns.mdreferences/registration-validation.mdreferences/skill-patterns.mdreferences/synthesis-path.mdreferences/workflow-patterns.mdscripts/quick_validate.pyGenerates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Use this as the single canonical workflow for skill creation and improvement. Primary success condition: maximize high-value input coverage before authoring so the resulting skill has minimal blind spots.
Load only the path(s) required for the task:
| Task | Read |
|---|---|
| Set skill class and required dimensions | references/mode-selection.md |
| Apply writing constraints for depth vs concision | references/design-principles.md |
| Select structure pattern for this skill | references/skill-patterns.md |
| Select workflow orchestration pattern for process-heavy skills | references/workflow-patterns.md |
| Select output format pattern for deterministic quality | references/output-patterns.md |
| Choose workflow path and required outputs | references/mode-selection.md |
| Load representative synthesis examples by skill type | references/examples/*.md |
| Synthesize external/local sources with depth gates | references/synthesis-path.md |
| Author or update SKILL.md and supporting files | references/authoring-path.md |
| Optimize skill description and trigger precision | references/description-optimization.md |
| Iterate using positive/negative/fix examples | references/iteration-path.md |
| Evaluate behavior and compare baseline vs with-skill (opt-in quantitative) | references/evaluation-path.md |
| Register and validate skill changes | references/registration-validation.md |
create, update, synthesize, iterate).references/foo.md, scripts/check.py)references/mode-selection.md and select the required path(s).workflow-process, integration-documentation, security-review, skill-authoring, generic).Read references/synthesis-path.md.
references/examples/*.md when the skill is hybrid.Read references/iteration-path.md first when selected path includes iteration (for example operation iterate).
Skip this step when selected path does not include iteration.
Read references/authoring-path.md.
SKILL.md in imperative voice with trigger-rich description.references/skill-patterns.md, references/workflow-patterns.md, and
references/output-patterns.md for structure and output determinism.Read references/description-optimization.md.
Read references/evaluation-path.md.
references/evaluation-path.md.Read references/registration-validation.md.
Return:
SummaryChanges MadeValidation ResultsOpen Gaps