productivity▌
6,493 indexed skills · max 10 per page
lean-startup
wondelai/skills · Productivity
A systematic approach to building startups and launching new products that shortens development cycles and rapidly discovers if a business model is viable.
firecrawl-browser
firecrawl/cli · Productivity
Cloud browser automation for pages requiring clicks, forms, login, and pagination. \n \n Supports interactive workflows: click elements, fill forms, navigate multi-step flows, handle pagination and infinite scroll \n Persistent profiles survive session close, enabling login-then-work patterns where authentication state is retained across reconnects \n Core commands include open , snapshot -i (element discovery with @ref IDs), click , fill , type , scrape , scroll , wait , and eval for JavaScript
sf-connected-apps
jaganpro/sf-skills · Productivity
Use this skill when the user needs OAuth app configuration in Salesforce: Connected Apps, External Client Apps (ECAs), JWT bearer setup, PKCE decisions, scope design, or migration from older Connected App patterns to newer ECA patterns.
colosseum-copilot
colosseumorg/colosseum-copilot · Productivity
Colosseum Copilot is a research API for startup opportunity discovery in crypto and Solana, with support for suggesting new archive sources.
i18n-localization
davila7/claude-code-templates · Productivity
Internationalization (i18n) and Localization (L10n) best practices.
edit-article
mattpocock/skills · Productivity
\n First, divide the article into sections based on its headings. Think about the main points you want to make during those sections. \n \n Consider that information is a directed acyclic graph, and that pieces of information can depend on other pieces of information. Make sure that the order of the sections and their contents respects these dependencies. \n Confirm the sections with the user. \n \n For each section: \n \n 2a. Rewrite the section to improve clarity, coherence, and flow. Use maxi
gh-pages-deploy
aviz85/claude-skills-library · Productivity
Deploy static frontend websites to GitHub Pages using the GitHub CLI.
tanstack-router-best-practices
deckardger/tanstack-agent-skills · Productivity
Type-safe routing patterns, data loading strategies, and navigation best practices for TanStack Router in React. \n \n Covers 33 rules across 10 categories: type safety, route organization, data loading, search params, error handling, navigation, code splitting, preloading, and route context \n Emphasizes type inference through router registration, from parameters, and queryOptions integration to prevent runtime errors \n Includes data loading patterns with TanStack Query integration, deferred d
livekit-agents
livekit/agent-skills · Productivity
Build voice AI agents on LiveKit Cloud with structured workflows, minimal latency, and mandatory test coverage. \n \n Use LiveKit Cloud and LiveKit Inference for managed infrastructure and AI models without separate API keys \n Design agents around handoffs (agent-to-agent transitions) and tasks (scoped operations) to isolate context and reduce latency \n Every agent implementation requires tests covering basic conversation flow, tool invocation, error handling, and edge cases before deployment
reference-signal-forms
angular/angular · Productivity
The packages/forms/signals directory contains an experimental, signal-based forms API for Angular. This system differs significantly from the existing Reactive and Template-driven forms.