Sub-skill of skill-creator: Good: Actionable.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill good-actionable --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Good Actionable?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-good-actionable-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: skill-creator-good-actionable
description: 'Sub-skill of skill-creator: Good: Actionable.'
version: 2.2.0
category: _internal
type: reference
scripts_exempt: true
---
# Good: Actionable
## Good: Actionable
To style a button with hover effects:
\`\`\`css
.button {
background: #007bff;
transition: background 0.2s;
}
.button:hover {
background: #0056b3;
}
\`\`\`
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!