Sam
Community@ghoshsam
Sam (ghoshsam) maintains 24 Claude Code plugin development skills covering skill scaffolding, hooks, MCP integration, terminal canvases, Stripe payments, and Discord channel management.
Agent Skills by Sam
Showing 23 vetted skills indexed across 1 GitHub repositories.
blog-enhance
Analyzes blog drafts and builds interactive Prismic slice enhancements with a preview page.
playground
Creates single-file interactive HTML playgrounds with live previews and copyable prompt output.
skill-creator
Create, evaluate, and iteratively improve Claude skills with benchmarked test runs.
stripe-best-practices
Guides Stripe API integration decisions for payments, subscriptions, webhooks, and Connect platforms.
frontend-design
Generate production-grade frontend interfaces with distinctive typography, color, motion, and layout.
claude-automation-recommender
Analyzes a codebase and recommends Claude Code hooks, subagents, skills, plugins, and MCP servers.
access
Manages Discord channel access control by editing a local access.json state file.
configure
Configure the Discord bot token and review channel access policy settings.
claude-md-improver
Audit and improve CLAUDE.md files with quality scoring and targeted updates.
example-skill
Provides a reference template for creating Claude Code plugin skills.
example-command
Demonstrates the SKILL.md frontmatter layout for user-invoked slash commands.
command-development
Create and configure Claude Code slash commands with frontmatter, arguments, and bash execution.
skill-development
Guides creation of Claude Code plugin skills with progressive disclosure structure.
plugin-settings
Implements per-project plugin configuration using .claude/*.local.md files with YAML frontmatter.
plugin-structure
Guides creation of Claude Code plugin directory structures, manifests, and component organization.
hook-development
Create event-driven hooks for Claude Code plugins using prompt-based and command configurations.
mcp-integration
Configure Model Context Protocol servers in Claude Code plugins for external service integration.
agent-development
Create and validate Claude Code plugin agents with structured frontmatter and system prompts.
calendar
Display calendar views and enable interactive meeting time slot selection via CLI.
flight
Renders an interactive terminal canvas for comparing flights and selecting seats.
document
Displays and edits markdown documents with text selection and diff highlighting in a canvas view.
canvas
Spawn and control interactive terminal TUI canvases for calendars, documents, and flight bookings.
writing-hookify-rules
Create hookify rule files with YAML frontmatter and regex patterns for Claude Code hooks.
Frequently Asked Questions About Sam
FAQPage SchemaWhat tasks can I accomplish with ghoshsam's skill collection?▼
You can create and benchmark Claude Code skills, scaffold plugins, build slash commands, implement PreToolUse/PostToolUse hooks, integrate MCP servers, audit CLAUDE.md files, generate frontend interfaces and HTML playgrounds, follow Stripe integration best practices, and manage Discord channel access and configuration.
Who is the target audience for these skills?▼
Claude Code plugin developers and power users who want to extend their setup with custom skills, commands, hooks, subagents, and MCP servers. Secondary audiences include frontend developers building polished interfaces and engineers implementing Stripe payment flows or Discord bot channel management.
How do I install and run these skills?▼
Each skill lives in a folder with a SKILL.md file containing YAML frontmatter (name, description, version, allowed-tools). Place the folder in your Claude Code skills or plugin directory; skills trigger automatically from their descriptions or via user invocation for skills marked user-invocable.
Are these skills open source and what do they cost?▼
The skills are publicly available in ghoshsam's GitHub repositories at no cost. The frontend-design skill references complete license terms in its LICENSE.txt file; other skills carry no explicit license declarations, so review individual repository terms before redistribution.
What prerequisites and dependencies do these skills require?▼
A working Claude Code installation is the core requirement. Several skills declare allowed-tools such as Read, Write, Glob, Grep, Bash, and Edit. The Discord configure skill requires a bot token, and Stripe-best-practices assumes an active Stripe integration context with API access.