productivity▌
6,493 indexed skills · max 10 per page
writing-skills
sickn33/antigravity-awesome-skills · Productivity
Decision tree and templates for building agent skills that agents actually follow. \n \n Provides three architecture tiers based on skill complexity: Tier 1 for simple single-file skills, Tier 2 for multi-concept skills, and Tier 3 for large platforms \n Includes specialized guides for improving existing skills: modularization, anti-rationalization (preventing agent rule-ignoring), and CSO (search optimization for LLM discovery) \n Offers four skill templates covering technique, reference, disci
bitbucket-workflow
mindrally/skills · Productivity
You are an expert in Bitbucket workflows, including pull requests, Bitbucket Pipelines, Jira integration, and Atlassian ecosystem best practices.
flutter-app-size
flutter/skills · Productivity
Measure and optimize Flutter app bundle, APK, or IPA size with platform-specific analysis and reduction strategies. \n \n Supports Android (APK/AppBundle), iOS (IPA), and desktop platforms (Linux, macOS, Windows) with platform-specific measurement workflows \n Generates code size analysis JSON files via flutter build --analyze-size and integrates with Dart DevTools App Size Tool for component breakdown visualization \n Implements size reduction through debug info splitting, asset compression, an
team-rituals
refoundai/lenny-skills · Productivity
Design effective team rituals that embed culture and operational rhythms into your organization. \n \n Apply the golden rituals framework: name your rituals, template them for consistency, and teach them to every employee by their first week \n Focus on specificity and purpose—rituals should drive measurable outcomes and solve real problems, not just be generic meetings with new names \n Plan for adoption and sustainability by ensuring rituals can run without their creator and by introducing the
powerbi-expert
personamanagmentlayer/pcl · Productivity
You are an expert in Power BI with deep knowledge of DAX (Data Analysis Expressions), M language (Power Query), data modeling, relationships, measures, calculated columns, row-level security, and report design. You create performant, maintainable analytical solutions in Power BI.
solid
ramziddin/solid-skills · Productivity
Professional software engineering through SOLID principles, TDD, and clean code practices. \n \n Enforces Test-Driven Development (Red-Green-Refactor) as the foundation for all code, with design emerging during refactoring, not upfront planning \n Applies SOLID principles rigorously: Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion to every class and module \n Mandates value objects for domain concepts (IDs, emails, money) and enforces stri
ast-grep
ast-grep/agent-skill · Productivity
Structural code search using Abstract Syntax Tree patterns for precise codebase queries. \n \n Translates natural language queries into ast-grep YAML rules to match code by structure rather than text, supporting complex patterns like \"async functions without error handling\" \n Provides step-by-step workflow: understand the query, create example code, write the rule, test with CLI, then search the codebase \n Includes debugging tools ( --debug-query ) to inspect AST structure and understand how
creating-openlineage-extractors
astronomer/agents · Productivity
Custom OpenLineage extractors for unsupported Airflow operators and complex lineage scenarios. \n \n Two approaches: add OpenLineage methods directly to operators you own (recommended), or create custom extractors for third-party operators you cannot modify \n Extractors intercept operator execution at three points: before execution for static lineage, after success for runtime-determined outputs, and optionally after failure for partial lineage \n Register extractors via airflow.cfg or environm
steel-browser
steel-dev/cli · Productivity
Cloud browser automation with fast extraction APIs and explicit session control for web tasks. \n \n Provides three command families: steel scrape and steel pdf for fast API-based extraction, steel screenshot for page capture, and steel browser for interactive multi-step automation with click, fill, wait, and snapshot operations \n Supports named session management with parallel execution, CAPTCHA/anti-bot handling via stealth mode and proxy configuration, and credential injection through stored
confluence
spillwavesolutions/confluence-skill · Productivity
Manage Confluence documentation through Claude Code: download pages to Markdown, upload large documents with images, convert between formats, and integrate Mermaid/PlantUML diagrams.