By stickystyle
markdown-oxide language server for Markdown/Obsidian vault intelligence
npx claudepluginhub stickystyle/claude-skills --plugin markdown-oxide-lspA 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
TypeScript/JavaScript language server for enhanced code intelligence
C/C++ language server (clangd) for code intelligence
C# language server for code intelligence
Python language server (Pyright) for type checking and code intelligence
Java language server (Eclipse JDT.LS) for code intelligence
GDScript language server for Godot Engine