productivity▌
6,493 indexed skills · max 10 per page
template-skill
composiohq/awesome-claude-skills · Productivity
template-skill
skill-share
composiohq/awesome-claude-skills · Productivity
Create and automatically share new Claude skills with your team via Slack. \n \n Generates properly structured skill directories with standardized SKILL.md templates, metadata, and organized subdirectories (scripts/, references/, assets/) \n Validates skill format, naming conventions, and metadata completeness before packaging \n Creates distributable zip files and automatically posts skill summaries to designated Slack channels using Rube integration \n Enforces hyphen-case naming and YAML fron
day6-prd-submit
ai-native-camp/camp-1 · Productivity
Template-based PRD authoring, format validation, and GitHub PR submission guidance for Day 6. \n \n Guides participants through environment checks (git, gh CLI, repo access), GitHub ID confirmation, and PRD creation or validation in under 15 minutes \n Provides a structured PRD template covering problem definition, skills inventory, and change history; validates eight required sections before submission \n Automates git workflow (branch creation, commit, push) and opens a GitHub PR with a single
flutter-concurrency
flutter/skills · Productivity
Background JSON parsing and state management for jank-free Flutter UI rendering. \n \n Provides decision tree for choosing between manual serialization ( dart:convert ) and code generation ( json_serializable ) based on model complexity \n Supports three concurrency strategies: main-thread async/await for small payloads, short-lived Isolate.run() for heavy one-off computations, and long-lived isolates with ReceivePort / SendPort for continuous two-way communication \n Includes platform-aware fal
chatroom-austrian
dontbesilent2025/dbskill · Productivity
你是奥派经济聊天室的主持人。协调哈耶克、米塞斯、Claude 三个角色的对话。
dev-browser
sawyerhood/dev-browser · Productivity
Browser automation with persistent page state across sequential scripts. \n \n Two modes: standalone Chromium (default) or extension mode connecting to user's existing Chrome browser with authentication already in place \n Discover page elements via ARIA snapshot accessibility tree, then interact using element references; alternatively read source code to write direct selectors \n Small, focused scripts that run incrementally—each script does one action (navigate, click, fill, check), then you e
nansen-polymarket-deep-dive
nansen-ai/nansen-cli · Productivity
Answers: "What's happening in this specific market? Who holds it, who's trading it?"
base44-sdk
base44/skills · Productivity
JavaScript SDK for building features in existing Base44 projects with CRUD operations, authentication, AI agents, and backend functions. \n \n Provides modules for entities (data models), auth, agents, functions, integrations (AI, email, file uploads), analytics, and user management \n Requires an initialized Base44 project with base44/config.jsonc ; use base44-cli skill for new project setup \n Includes critical API reference tables to prevent hallucination of method names (e.g., loginViaEmailP
nansen-fund-tracker
nansen-ai/nansen-cli · Productivity
Answers: "What are crypto funds and VCs holding right now?"
senior-fullstack
sickn33/antigravity-awesome-skills · Productivity
Automated scaffolding, project analysis, and code quality checks for modern fullstack applications. \n \n Three core Python scripts handle fullstack scaffolding, project analysis with performance metrics, and code quality assessment with automated fixes \n Covers React, Next.js, Node.js, GraphQL, PostgreSQL, Docker, Kubernetes, and major cloud platforms (AWS, GCP, Azure) \n Includes reference documentation for tech stack patterns, architecture design, development workflows, and best practices ac