npx claudepluginhub stickystyle/claude-skillsIndex-based file discovery using ABOUTME headers
markdown-oxide language server for Markdown/Obsidian vault intelligence
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