Shawn Sandy avatar

Shawn Sandy

Community

@shawn-sandy

2Followers
|
108Public Repos
|
125Published Skills

Shawn Sandy maintains 130 Claude Code skills spanning accessible React component generation, plugin authoring, plan-driven development, Git shipping, and social card publishing.

Skills Distribution
DomainDeveloper To...Claude Code Plugin.. (30%)Accessible React C.. (25%)Plan-Driven Develo.. (20%)Git Shipping & PR .. (15%)

Agent Skills by Shawn Sandy

Showing 125 vetted skills indexed across 7 GitHub repositories.

shawn-sandyshawn-sandy

optimizing-skill-frontmatter

Rewrites SKILL.md descriptions to a three-part format and tunes disable-model-invocation flags.

Community
Advanced
shawn-sandyshawn-sandy

auditing-allowed-tools

Audits and patches allowed-tools declarations in SKILL.md files against session transcripts.

Community
Advanced
shawn-sandyshawn-sandy

settings-restore

Restores Claude Code settings from a backup git repository to ~/.claude/ with verification.

Community
Advanced
shawn-sandyshawn-sandy

settings-backup

Backs up Claude Code user settings to a git repository with commit and push.

Community
Advanced
shawn-sandyshawn-sandy

share-react

Converts a React component into a social media card with preview, code, and props table.

Community
Advanced
shawn-sandyshawn-sandy

social-share

Routes natural-language share requests to the matching social media skill by content type.

Community
Advanced
shawn-sandyshawn-sandy

share-github

Generates syntax-highlighted social media cards from GitHub code snippets with security scrubbing.

Community
Advanced
shawn-sandyshawn-sandy

share-project

Generates social media posts and dark-mode card images from git history, CHANGELOG, and README content.

Community
Advanced
shawn-sandyshawn-sandy

share-session

Generates a session recap card from Claude Code session JSONL and git history.

Community
Advanced
shawn-sandyshawn-sandy

security-scrub

Scans code and diffs for secrets, credentials, and PII before sharing.

Community
Intermediate
shawn-sandyshawn-sandy

export-session

Converts Claude Code session JSONL transcripts into Markdown files with YAML frontmatter.

Community
Intermediate
shawn-sandyshawn-sandy

share-selection

Converts selected or pasted code into platform-aware social copy and dark-mode card images.

Community
Advanced
shawn-sandyshawn-sandy

share-explanation

Explains project files and concepts, then generates social cards and platform-ready copy.

Community
Advanced
shawn-sandyshawn-sandy

share-init

Generates a SOCIAL.md sharing config by analyzing project codebase and user preferences.

Community
Intermediate
shawn-sandyshawn-sandy

media-library

Generates a filterable HTML gallery of saved social media cards and opens it in the browser.

Community
Intermediate
shawn-sandyshawn-sandy

write-guide

Writes verified long-form developer guides as Markdown files assembled from a section library.

Community
Advanced
shawn-sandyshawn-sandy

save-artifact

Saves HTML artifacts to a local inbox and publishes them to a deployed gallery.

Community
Advanced
shawn-sandyshawn-sandy

share-scan

Scans git history or codebase paths to find shareable code and drafts social media digest entries.

Community
Advanced
shawn-sandyshawn-sandy

share-blog

Generates platform-aware social copy and a dark-mode card image for blog posts.

Community
Advanced
shawn-sandyshawn-sandy

share-code

Generates social media copy and dark-mode card images from git changes using HTML templates and Playwright screenshots.

Community
Advanced
shawn-sandyshawn-sandy

share-video

Generates platform-aware social copy and a screenshot card for YouTube or Vimeo videos.

Community
Advanced
shawn-sandyshawn-sandy

prompt-artifact

Publishes saved prompts as claude.ai artifacts with verbatim copy support.

Community
Advanced
shawn-sandyshawn-sandy

diff-artifact

Publishes annotated git diffs as self-contained claude.ai artifact pages with per-hunk reviewer notes.

Community
Advanced
shawn-sandyshawn-sandy

plan-artifact

Publishes plan HTML files to claude.ai artifacts with stable republishable URLs.

Community
Intermediate

Frequently Asked Questions About Shawn Sandy

FAQPage Schema
What 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.