Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
structural_advantage_identification
colinalexander/buffet
-
institutional_constraint_awareness
colinalexander/buffet
-
long_horizon_compounding
colinalexander/buffet
-
_template
colinalexander/buffet
-
risk_asymmetry_recognition
colinalexander/buffet
-
permanent_capital_loss_avoidance
colinalexander/buffet
-
market_noise_immunity
colinalexander/buffet
-
long_horizon_compounding_orientation
colinalexander/buffet
-
error_recognition_and_correction
colinalexander/buffet
-
business_quality_assessment
colinalexander/buffet
-
incentive_alignment_analysis
colinalexander/buffet
-
simplicity_preference
colinalexander/buffet
-
intrinsic_value_estimation
colinalexander/buffet
-
scale_aware_decision_making
colinalexander/buffet
-
task-manager
Manage development tasks via md-task-mcp MCP server. Use when user asks about tasks, projects, or task management.
alexsteeel/md-task-mcp
-
event-scraper
Create new event scraping scripts for websites. Use when adding a new event source to the Asheville Event Feed. ALWAYS start by detecting the CMS/platform and trying known API endpoints first. Browser scraping is NOT supported (Vercel limitation). Handles API-based, HTML/JSON-LD, and hybrid patterns with comprehensive testing workflows.
MattB543/asheville-event-feed 6
-
pre-release
Validates a project is ready to tag and ship. Use when tagging a release, cutting a version, shipping a package, or asking "are we ready to release?" Checks repo hygiene, CI status, docs, version sync, and build verification. Optimized for Obsidian plugins with fallback detection for other project types.
philoserf/claude-code-setup 10
-
local-issues
Reviews a codebase for bugs, design issues, and code cleanliness problems with specific file paths and line numbers. Use when auditing code quality, finding bugs, doing a code review, finding problems, or reviewing a project for issues. Creates issue files in `.issues/` directory.
philoserf/claude-code-setup 10
-
skill-improve
Generates prioritized improvement recommendations for Claude Code skills. Use when improving skills, enhancing customizations, or wanting actionable feedback on how to make a skill better. Provides impact/effort prioritization with specific fix suggestions.
philoserf/claude-code-setup 10
-
release
Executes the final release workflow for Obsidian plugins after pre-release checks pass. Use when tagging a release, publishing a version, or shipping an Obsidian plugin. Bumps version via bun run script, creates git tag, pushes to trigger GitHub Actions, and updates GitHub release notes from CHANGELOG.md.
philoserf/claude-code-setup 10
-
skill-quality
Scores Claude Code skills (1-5) across 6 weighted quality dimensions aligned with official Anthropic docs. Use when evaluating skill quality, rating skills, scoring customizations, comparing skill effectiveness, or checking if a skill follows best practices. Produces per-dimension scores with evidence, weighted totals, quality tier classification, and actionable improvement recommendations.
philoserf/claude-code-setup 10
-
obsidian-cli
Interacts with Obsidian vaults using the Obsidian CLI to read, create, and manage notes, tasks, properties, tags, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, add to daily note, find notes about a topic, check tasks, append to a note, query the vault, list tags, list files, manage bookmarks, check sync status, view file history, use templates, query bases, run QuickAdd, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.
philoserf/claude-code-setup 10
-
cc-check
Runs systematic tests on Claude Code customizations. Use when testing whether a customization works correctly, running functional and regression tests, smoke testing a skill, or validating that a skill or hook behaves as expected. Executes sample queries and validates responses against expected behavior.
philoserf/claude-code-setup 10
-
python-quality-gate
Runs Python code quality checks. Use when checking Python quality, linting, type checking, running tests, validating Python code, or running python checks. Covers formatting and linting with ruff, type checking with mypy, and test execution with pytest.
philoserf/claude-code-setup 10