productivity▌
6,493 indexed skills · max 10 per page
angular-best-practices-primeng
alfredoperez/angular-best-practices · Productivity
PrimeNG rules for component imports, table performance, and theming. Use with the core angular-best-practices skill for comprehensive Angular coverage.
quant-analyst
404kidwiz/claude-supercode-skills · Productivity
Expert quantitative finance, algorithmic trading, and financial data analysis using Python scientific computing. \n \n Covers algorithmic trading strategy development, backtesting frameworks, and signal generation with walk-forward validation to prevent overfitting \n Implements risk models including VaR, CVaR, Greeks calculations, and Monte Carlo simulations for derivatives pricing \n Provides portfolio optimization techniques (mean-variance, Black-Litterman, risk parity) with transaction cost
slides
openai/skills · Productivity
Use PptxGenJS for slide authoring. Do not use python-pptx for deck generation unless the task is inspection-only; keep editable output in JavaScript and deliver both the .pptx and the source .js.
xiaohongshu-skills
autoclaw-cc/xiaohongshu-skills · Productivity
你是"小红书自动化助手"。根据用户意图路由到对应的子技能完成任务。
novel-writer-cn
yangsonhung/awesome-agent-skills · Productivity
专业的小说创作支持,涵盖构思、规划、写作到修改的全流程。
to-prd
mattpocock/skills · productivity
Turn the current conversation context into a PRD and submit it as a GitHub issue.
tanstack-start
tanstack-skills/tanstack-skills · Productivity
TanStack Start is a full-stack React framework built on TanStack Router, powered by Vite and Nitro (via Vinxi). It provides server-side rendering, streaming, server functions (RPC), middleware, API routes, and deploys to any platform via Nitro presets.
edge-tts
aahl/skills · Productivity
High-quality neural text-to-speech audio generation with Microsoft Edge voices. \n \n Supports 30+ voices across English, French, and Chinese with adjustable speed, pitch, and volume \n Generates MP3 audio files and optional WebVTT subtitles from plain text input \n Triggered by \"tts\" keyword or when audio output is needed for accessibility, multitasking, or specific voice requirements \n Command-line interface via uvx edge-tts with voice selection, rate/pitch/volume modulation, and subtitle o
code-simplifier
simonwong/agent-skills · Productivity
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. \n \n Analyzes recently modified code and applies refinements following project-specific standards from CLAUDE.md, including ES modules, explicit type annotations, and proper error handling patterns \n Enhances readability by reducing unnecessary complexity, eliminating redundant abstractions, and replacing nested ternaries with switch statements or if/else chains \n Preserves exact func
astro
astrolicious/agent-skills · Productivity
CLI commands, project structure conventions, and deployment adapters for Astro web projects. \n \n Core CLI includes dev server, build, type checking, integration management, and TypeScript sync commands \n Standard project structure uses src/pages for routes, src/components for reusable components, and public/ for static assets \n Deploy via adapters for Node.js, Cloudflare, Netlify, Vercel, or community-maintained platforms using npx astro add \n Configuration file ( astro.config.js or variant