productivity▌
6,493 indexed skills · max 10 per page
vp-cpo-readiness-advisor
deanpeters/product-manager-skills · Productivity
Guide Directors and senior product leaders through the specific challenges of the transition to VP or CPO using adaptive questions and targeted coaching. Diagnoses where you are in the journey and delivers practical, lived-experience coaching calibrated to your situation — not generic executive advice.
prompt-library
sickn33/antigravity-awesome-skills · Productivity
Curated collection of role-based, task-specific, and analytical prompt templates for common development workflows. \n \n Includes 15+ ready-to-use prompts across categories: expert developer, code reviewer, technical writer, system architect, debugging, refactoring, testing, and security review \n Covers prompt engineering techniques like chain-of-thought, few-shot learning, persona patterns, and structured output formatting \n Provides a prompt improvement checklist covering objective clarity,
sub-agent-patterns
jezweb/claude-skills · Productivity
Delegate specialized tasks to isolated AI assistants with custom tools, models, and system prompts. \n \n Sub-agents preserve main context by isolating verbose tool outputs and intermediate reasoning, enabling longer sessions and cleaner conversations \n Three built-in agents available: Explore (Haiku, read-only codebase search), Plan (Sonnet, plan-mode research), and General-Purpose (Sonnet, full read/write access) \n Create custom agents in .claude/agents/ with YAML frontmatter and markdown pr
biome
bobmatnyc/claude-mpm-skills · Productivity
Fast, Rust-based linter and formatter replacing ESLint and Prettier with 100x speed improvement. \n \n Single tool combining linting, formatting, and import sorting with zero-config defaults and TypeScript-first design \n Supports three core commands: check (lint + format together), format (formatting only), and lint (linting only), all with --write for automatic fixes \n Includes VS Code extension with format-on-save, organized rule categories (correctness, style, suspicious, performance, secur
sentry-feature-setup
getsentry/sentry-for-ai · Productivity
sentry-feature-setup
agent-browser
jezweb/claude-skills · Productivity
Every browser automation follows this pattern:
red-team-tactics
sickn33/antigravity-awesome-skills · Productivity
Red team simulation framework based on MITRE ATT&CK phases and adversary tactics. \n \n Covers 12 attack phases from reconnaissance through impact, with objectives and techniques for each stage \n Includes specific guidance for privilege escalation, defense evasion, lateral movement, and Active Directory attacks on Windows and Linux targets \n Provides reconnaissance principles, initial access vectors, credential harvesting methods, and C2 operational security practices \n Emphasizes detect
planning-with-files
sickn33/antigravity-awesome-skills · Productivity
Persistent markdown-based planning system for organizing complex multi-step tasks and research projects. \n \n Creates three working files ( task_plan.md , findings.md , progress.md ) in your project directory to serve as persistent \"working memory\" across agent commands \n Enforces the 2-Action Rule: save key findings to disk immediately after viewing/searching to prevent multimodal information loss \n Includes a 3-Strike Error Protocol for systematic debugging: diagnose and fix on attempt 1,
planning-with-files
charon-fan/agent-playbook · Productivity
"Work like Manus" — Uses persistent markdown files for planning, progress tracking, and knowledge storage.
spring-data-neo4j
giuseppe-trisciuoglio/developer-kit · Productivity
Spring Data Neo4j integration for graph databases with repositories, Cypher queries, and reactive operations. \n \n Three abstraction levels: Neo4j Client (low-level), Neo4j Template (medium-level), and Neo4j Repositories (high-level query derivation) \n Supports both imperative Neo4jRepository and reactive ReactiveNeo4jRepository patterns; do not mix both in the same application \n Entity mapping with @Node and @Relationship annotations, supporting business keys or generated IDs with immutable