productivity▌
6,493 indexed skills · max 10 per page
entra-agent-user
github/awesome-copilot · Productivity
Create Agent Users in Microsoft Entra ID to enable AI agents to act as digital workers with user identity access. \n \n Provisions specialized user identities ( idtyp=user tokens) linked to agent identities, allowing agents to access user-only APIs like Exchange mailboxes, Teams, and org charts \n Requires a parent agent identity created from an agent identity blueprint; supports 1:1 relationship with optional manager assignment and license provisioning \n Includes step-by-step HTTP and PowerShe
linux-privilege-escalation
sickn33/antigravity-awesome-skills · Productivity
linux-privilege-escalation
excel-automation
claude-office-skills/skills · Productivity
Real-time Excel automation with live workbook control, VBA execution, and dashboard updates. \n \n Connects to active Excel instances for live interaction, unlike file-only libraries; supports reading, writing, and formatting ranges with array operations for performance \n Executes VBA macros, creates user-defined functions (UDFs), and manages charts, tables, and pictures programmatically \n Includes application-level controls (screen updating, calculation mode) and batch processing patterns for
atheris
trailofbits/skills · Productivity
Coverage-guided Python fuzzer for pure code and C extensions with integrated memory sanitization. \n \n Instruments both pure Python code and Python C extensions with AddressSanitizer support for detecting memory corruption \n Provides three instrumentation modes: decorator-based for single functions, context manager for module imports, and system-wide instrumentation \n Includes corpus management, minimization, and parallel fuzzing with configurable input size limits and execution time constrai
pitch-deck-visuals
inferen-sh/skills · Productivity
Investor-ready pitch deck framework with 12-slide structure, visual design rules, and chart guidelines. \n \n Provides a battle-tested 12-slide framework covering problem, solution, market size, traction, team, and financials, with recommended timing for each slide \n Includes typography, color, and layout rules designed for investor clarity: the 1-6-6 rule (one idea, six words, six bullets per slide), dark or clean backgrounds, and consistent margins \n Specifies which chart types work for each
asc-release-flow
rudrankriyam/app-store-connect-cli-skills · Productivity
End-to-end release workflows for TestFlight and App Store distribution. \n \n Supports iOS, macOS, visionOS, and tvOS with platform-specific build formats ( .ipa for iOS/visionOS/tvOS, .pkg for macOS) \n One-command publishing via asc publish testflight or asc publish appstore , or manual multi-step workflows for granular control \n Includes build upload, version attachment, TestFlight group distribution, and App Store submission with optional polling and confirmation \n Requires valid credentia
accessibility-compliance
wshobson/agents · Productivity
WCAG 2.2 compliance patterns for keyboard navigation, screen readers, mobile accessibility, and inclusive design. \n \n Covers WCAG 2.2 Levels A, AA, and AAA with specific success criteria, color contrast requirements (4.5:1 for normal text, 3:1 for large text), and minimum touch target sizing (44x44px) \n Includes five core implementation patterns: accessible buttons with focus indicators, modal dialogs with focus trapping, forms with error announcements, skip navigation links, and live regions
gstack-workflow-assistant
aradotso/trending-skills · Productivity
Skill by ara.so — Daily 2026 Skills collection
framework-selection
langchain-ai/langchain-skills · Productivity
Framework selection guide for LangChain, LangGraph, and Deep Agents layered architecture. \n \n Layered frameworks where LangChain provides foundation primitives, LangGraph adds orchestration and control flow, and Deep Agents adds planning, memory, file management, and skill delegation \n Decision table guides framework choice based on task complexity: LangChain for single-purpose agents, LangGraph for custom control flow and loops, Deep Agents for multi-step planning and persistent sessions \n
agents-sdk
cloudflare/skills · Productivity
Build stateful AI agents on Cloudflare Workers with persistent state, RPC methods, scheduling, and workflow orchestration. \n \n Core features include SQLite-backed state management, callable RPC methods via @callable() , one-time and recurring task scheduling, and durable multi-step workflows \n Supports MCP server integration (both client and server modes), email routing with secure replies, and streaming chat with resumable streams on disconnect \n Includes React hooks ( useAgent , useAgentCh