A collection of Claude Code skills by Ryan Parrish.
# Add the marketplace
/plugin marketplace add stickystyle/claude-skills
# Install a specific skill
/plugin install aboutme-index@stickystyle-skills
Semantic file discovery using ABOUTME headers. Instead of grep-searching or spawning Explore agents, this skill maintains an index of human-written file descriptions.
How it works:
Add ABOUTME comments to your files:
# ABOUTME: JWT authentication module for AWS Cognito access tokens.
# ABOUTME: Handles token validation, JWKS caching, and user context.
The index auto-rebuilds on session start
Claude reads one file to find what you need
Python package manager and project tooling using uv. Provides Claude with a field manual for working with Python projects, managing dependencies, virtual environments, workspaces, and more.
Configures the markdown-oxide language server for Markdown and Obsidian vault intelligence. Provides wikilink completion, hover info, goto-definition, and diagnostics for Markdown files.
MIT
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
markdown-oxide language server for Markdown/Obsidian vault intelligence
Spec-driven development workflow for Claude Code
npx claudepluginhub stickystyle/claude-skills --plugin aboutme-indexOptimized file search, semantic indexing, and persistent memory for Claude Code — with optional sync to a self-hosted web dashboard
Maintain FILETREE.md — one-line description per file with content hashes for staleness detection.
dahatake のエージェントスキル集。ローカル Markdown 横断クエリなど、コーディングエージェント向けのスキルを提供します。
Commands for syncing CLAUDE.md, permissions allowlist, and refreshing context. Hooks for marketplace-to-plugin sync.
Commands for loading context and priming Claude for specific tasks
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.