
Publisher on askill
Manage monorepo and multi-package Python projects with uv workspaces. Covers workspace configuration, virtual workspaces, member dependencies, shared lockfiles, source inheritance, and building. Use w...
Create a blog post about your work with guided prompts and templates
Analyze Claude Code changelog for changes that impact plugin development. Use when checking for new features, breaking changes, or opportunities to improve plugins based on Claude Code updates.
Advanced pytest patterns including fixtures, markers, parametrization, and parallel execution. Use when implementing test infrastructure, organizing test suites, writing fixtures, or running tests wit...
Configure per-project plugin settings using `.claude/plugin-name.local.md` files. Use when building plugins that need user-configurable behavior, storing agent state between sessions, or controlling h...
Check and configure MCP servers for project integration. Use when setting up MCP servers, checking MCP status, or adding new servers to a project.
Validate test effectiveness with mutation testing using Stryker (TypeScript/JavaScript) and mutmut (Python). Find weak tests that pass despite code mutations. Use when user mentions mutation testing,...
Audit Claude subagent configurations for completeness, security, and best practices
Set up automated CI failure detection and fixing using Claude Code. Use when you want to create a GitHub Actions workflow that automatically analyzes workflow failures, applies fixes for common issues...
Obsidian vault search and discovery via the official CLI. Covers full-text search, tag management, link traversal, backlinks, orphan detection, and unresolved link discovery. Use when user mentions se...
Analyze all plugins for sub-agent opportunities. Identifies skills with verbose output, gaps in agent coverage, and model selection improvements.
Systematic project orientation for unfamiliar codebases. Automatically activates when Claude detects uncertainty about project state, structure, or tooling. Analyzes git state (branch, changes, commit...
Analyze codebase documentation quality - PRDs, ADRs, PRPs, CLAUDE.md, and .claude/rules/
Extract, compare, and propagate tooling improvements across FVH repos. Use when user says "sync workflows", "propagate config", "diff workflows", "extract improvements", or "config sync".
Python type checking with ty, Astral's extremely fast type checker (10-100x faster than mypy/Pyright). Use when checking Python types, configuring type checking rules, or setting up type checking in p...
Showing 18 of 145