productivity▌
6,493 indexed skills · max 10 per page
stock-research-executor
liangdabiao/claude-code-stock-deep-research-agent · Productivity
Multi-phase investment due diligence engine executing 8-stage research framework with parallel agent deployment. \n \n Executes structured 8-phase research process covering business foundation, industry analysis, business breakdown, financial quality, governance, market sentiment, valuation, and synthesis \n Deploys multiple research agents in parallel across phases for efficiency, with mandatory cross-validation of profit vs. cash flow, peer comparisons, and bear case analysis \n Generates comp
flutter-layout
flutter/skills · Productivity
Build responsive Flutter layouts by composing widgets, managing constraints, and adapting to screen sizes. \n \n Provides a decision tree for selecting the right base layout widget (Row, Column, Stack, ListView, GridView, CustomScrollView) based on content dimensionality, overlap, scrolling, and responsiveness needs \n Enforces Flutter's core constraint system: constraints flow down, sizes flow up, parents set position; includes ConstrainedBox patterns for forcing specific dimensions \n Implemen
firebase-firestore-standard
firebase/agent-skills · Productivity
Complete guide for provisioning, securing, and integrating Cloud Firestore Standard Edition. \n \n Covers provisioning setup in Firebase projects and local environments using Firebase CLI \n Includes detailed security rules guidance for data protection and access control \n Provides SDK integration instructions for web applications using the modular SDK \n References index management, query support, and optimization best practices \n
figma
openai/skills · Productivity
Fetch design context, screenshots, and assets from Figma, then translate designs into production code. \n \n Provides three core commands: get_design_context for structured node representation, get_screenshot for visual reference, and asset download via localhost endpoints \n Requires a mandatory workflow: fetch design context, retrieve screenshot, download assets, then implement using project conventions and design tokens \n Outputs React + Tailwind as a design representation; implementation mu
gws-admin-reports
googleworkspace/cli · Productivity
Query Google Workspace audit logs, activity feeds, and usage reports across customers and users. \n \n Access five resource types: activities (with list and watch for push notifications), channels, customer usage reports, entity usage reports, and user usage reports \n Retrieve audit logs for specific applications, customer account statistics, and per-user activity and usage metrics \n Requires Google Workspace Admin SDK authentication; see shared gws documentation for auth setup and security ru
subscription-management
claude-office-skills/skills · Productivity
Comprehensive SaaS subscription lifecycle management including billing operations, upgrade/downgrade flows, churn prevention strategies, and revenue optimization.
postbridge-social-growth
giulioco/skills · Productivity
Organic social media growth coach using proven Post Bridge methodology for TikTok and Instagram. \n \n Guides users through a structured 30-day system covering account warmup, content-market fit discovery, trend riding, and conversion optimization without paid ads \n Diagnoses growth bottlenecks (skipped warmup, poor content-market fit, weak funnels) and prescribes corrective steps based on user stage \n Teaches core principles including the 7-day engagement-only warmup, daily video posting, for
smart-contract-security
pluginagentmarketplace/custom-plugin-blockchain · Productivity
Master smart contract security with vulnerability detection, auditing methodology, and incident response procedures.
first-ask
github/awesome-copilot · Productivity
Interactive task refinement workflow that interrogates scope, deliverables, and constraints before execution. \n \n Uses the joyride_request_human_input tool to ask clarifying questions iteratively, ensuring full understanding of task requirements before proceeding \n Guides users through defining objectives, success criteria, technical requirements, and expected deliverables through structured dialogue \n Performs project exploration including web research when needed to build comprehensive tas
springboot-verification
affaan-m/everything-claude-code · Productivity
Automated verification pipeline for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review. \n \n Runs six sequential phases: Maven/Gradle build, static analysis (SpotBugs, PMD, Checkstyle), unit and integration tests with JaCoCo coverage reporting, dependency CVE scanning, optional code formatting, and git diff review \n Supports both Maven and Gradle with parallel build acceleration ( -T 4 flag) and includes example test patterns for unit tests, Test