Shawn Sandy
Community@shawn-sandy
Shawn Sandy maintains 130 Claude Code skills spanning accessible React component generation, plugin authoring, plan-driven development, Git shipping, and social card publishing.
Agent Skills by Shawn Sandy
Showing 125 vetted skills indexed across 7 GitHub repositories.
optimizing-skill-frontmatter
Rewrites SKILL.md descriptions to a three-part format and tunes disable-model-invocation flags.
auditing-allowed-tools
Audits and patches allowed-tools declarations in SKILL.md files against session transcripts.
settings-restore
Restores Claude Code settings from a backup git repository to ~/.claude/ with verification.
settings-backup
Backs up Claude Code user settings to a git repository with commit and push.
share-react
Converts a React component into a social media card with preview, code, and props table.
social-share
Routes natural-language share requests to the matching social media skill by content type.
share-github
Generates syntax-highlighted social media cards from GitHub code snippets with security scrubbing.
share-project
Generates social media posts and dark-mode card images from git history, CHANGELOG, and README content.
share-session
Generates a session recap card from Claude Code session JSONL and git history.
security-scrub
Scans code and diffs for secrets, credentials, and PII before sharing.
export-session
Converts Claude Code session JSONL transcripts into Markdown files with YAML frontmatter.
share-selection
Converts selected or pasted code into platform-aware social copy and dark-mode card images.
share-explanation
Explains project files and concepts, then generates social cards and platform-ready copy.
share-init
Generates a SOCIAL.md sharing config by analyzing project codebase and user preferences.
media-library
Generates a filterable HTML gallery of saved social media cards and opens it in the browser.
write-guide
Writes verified long-form developer guides as Markdown files assembled from a section library.
save-artifact
Saves HTML artifacts to a local inbox and publishes them to a deployed gallery.
share-scan
Scans git history or codebase paths to find shareable code and drafts social media digest entries.
share-blog
Generates platform-aware social copy and a dark-mode card image for blog posts.
share-code
Generates social media copy and dark-mode card images from git changes using HTML templates and Playwright screenshots.
share-video
Generates platform-aware social copy and a screenshot card for YouTube or Vimeo videos.
prompt-artifact
Publishes saved prompts as claude.ai artifacts with verbatim copy support.
diff-artifact
Publishes annotated git diffs as self-contained claude.ai artifact pages with per-hunk reviewer notes.
plan-artifact
Publishes plan HTML files to claude.ai artifacts with stable republishable URLs.
Frequently Asked Questions About Shawn Sandy
FAQPage SchemaWhat tasks can I accomplish with shawn-sandy's skills?▼
You can generate accessible React components with SCSS theming, author and validate Claude Code plugins and SKILL.md files, create HTML implementation plans, run TDD red-green loops, ship branches via GitHub/GitLab PRs, and publish social cards, session recaps, and claude.ai artifacts.
Who are these skills designed for?▼
Front-end engineers building React/TypeScript design systems, Claude Code power users authoring plugins and marketplace entries, and developers who want plan-driven implementation, automated testing, and streamlined Git shipping inside their editor sessions.
How do I install and run these skills?▼
Use the find-skills skill to search and install skills via the Skills CLI, or clone the repository and place skill folders in your Claude Code skills directory. Invoke them as slash commands; many accept argument hints like file paths or plan directories.
What prerequisites and dependencies are required?▼
Skills run inside Claude Code and rely on Bash, git, and the gh or glab CLI for PR operations. Component generation targets React with TypeScript and SCSS; social card skills use Playwright for screenshots; some skills call claude.ai artifact publishing and Chrome DevTools Protocol.
Do the skills handle accessibility and security?▼
Yes. The wcag-compliance-reviewer and acss-kit skills enforce WCAG 2.1/2.2 AA contrast and ARIA patterns in generated components, while security-scrub scans code and diffs for credentials, tokens, and PII before content is shared or published.