productivity▌
6,487 indexed skills · max 10 per page
opencli
joeseesun/opencli-skill · Productivity
CLI tool that reuses Chrome login sessions to interact with 15+ social and content platforms without credentials. \n \n Supports Bilibili, Zhihu, Twitter/X, YouTube, Weibo, 小红书, V2EX, Reddit, HackerNews, 雪球, BOSS直聘, and others with commands for browsing hot content, searching, posting, and reading messages \n All commands accept -f json|table|yaml|md|csv for output formatting and --limit N to control result count \n Falls back to Playwright browser automation for unsupported operations (DMs, not
capability-evolver
autogame-17/capability-evolver · Productivity
Autonomous evolution engine that analyzes agent runtime history to identify failures and apply self-improvements through protocol-constrained code generation. \n \n Supports multiple evolution strategies (balanced, innovate, harden, repair-only, steady-state, auto) configurable via environment variables \n Integrates with EvoMap Hub via A2A protocol for distributed node coordination, asset publishing, and peer reviews \n Includes structured asset store (genes, capsules, events) for auditable, re
capability-evolver
autogame-17/evolver · Productivity
"Evolution is not optional. Adapt or die."
research-grants
davila7/claude-code-templates · Productivity
Research grant writing is the process of developing competitive funding proposals for federal agencies and foundations. Master agency-specific requirements, review criteria, narrative structure, budget preparation, and compliance for NSF (National Science Foundation), NIH (National Institutes of Health), DOE (Department of Energy), and DARPA (Defense Advanced Research Projects Agency) submissions.
brand-name-generator
shipshitdev/library · Productivity
Generate creative, memorable, and brandable names for companies, products, apps, and startups. Combines naming strategies with brandability scoring and domain availability checking.
nielsen-heuristics-audit
mastepanoski/claude-skills · Productivity
This skill enables AI agents to perform a comprehensive usability evaluation of apps, websites, or digital interfaces using Jakob Nielsen's 10 Usability Heuristics, the industry-standard framework for identifying usability problems.
owasp-security
hoodini/ai-agents-skills · Productivity
Comprehensive guide to preventing OWASP Top 10 vulnerabilities with code examples. \n \n Covers all 10 categories with prevention patterns: access control, cryptography, injection, design flaws, misconfiguration, vulnerable dependencies, authentication, data integrity, logging, and SSRF \n Includes production-ready TypeScript/Node.js code examples for each vulnerability type, from parameterized queries to secure password hashing and JWT token management \n Provides practical implementations for
pnpm
antfu/skills · Productivity
Fast, disk-efficient Node.js package manager with strict dependency resolution and monorepo support. \n \n Enforces strict dependency resolution by default, preventing phantom dependencies; uses content-addressable storage to deduplicate packages across projects \n Supports monorepo workspaces with filtering, shared lockfiles, and workspace protocol; configuration via pnpm-workspace.yaml \n Includes advanced dependency management: catalogs for centralized version control, overrides to force spec
solidjs-patterns
different-ai/openwork · Productivity
OpenWork’s UI is SolidJS: it updates via signals, not React-style rerenders. Most “UI stuck” bugs are actually state coupling bugs (e.g. one global busy() disabling an unrelated action), not rerender issues.
tdd-workflow
davila7/claude-code-templates · Productivity
Write tests first, code second.