productivity▌
6,493 indexed skills · max 10 per page
sigma
sanyuan0704/sanyuan-skills · Productivity
Personalized 1-on-1 mastery tutor using Bloom's 2-Sigma method with adaptive pacing and Socratic questioning. \n \n Diagnoses learner level through targeted probing, then builds a structured concept roadmap with dependency tracking and mastery gates (80% threshold before advancing) \n Asks 1-2 questions per round, never giving direct answers; uses hint escalation and counter-examples to dismantle misconceptions rather than just correct wrong answers \n Generates interactive visual outputs: HTML
code-review-quality
proffesor-for-testing/agentic-qe · Productivity
Context-driven code reviews prioritizing quality, security, testability, and maintainability. \n \n Organizes feedback into four priority levels: blockers (must fix), major issues (should fix), minor improvements, and suggestions, with clear templates and rationale for each \n Covers five core review areas: logic correctness, security risks, test coverage, performance issues, and error handling; explicitly excludes style nitpicking and formatting \n Recommends reviewing code in chunks under 400
encore-migrate
encoredev/skills · Productivity
This skill guides migrating any existing backend application to Encore, one migration unit at a time. It supports any source language or framework and targets both Encore.ts and Encore Go. A migration-plan.md summary file and migration-plan/ directory of per-unit detail files are created at the Encore project root to track progress across sessions. This skill contains no Encore code examples — it delegates all Encore-specific implementation to the appropriate language-specific skills.
prd-development
deanpeters/product-manager-skills · Productivity
Structured PRD creation from discovery notes to engineering-ready requirements document. \n \n Orchestrates 8 phases across 2–4 days: problem framing, persona definition, strategic context, solution overview, success metrics, user stories, and scope/dependencies documentation \n Includes problem statement with evidence, target personas, business goals, and competitive context to align stakeholders before engineering begins \n Breaks solutions into epic hypotheses and user stories with acceptance
ghost-scan-secrets
ghostsecurity/skills · Productivity
Automated secrets scanner that detects hardcoded API keys, tokens, passwords, and sensitive data in codebases. \n \n Scans repositories for leaked credentials and generates findings with severity levels and remediation guidance \n Uses the poltergeist binary to identify secret candidates, then analyzes and confirms each one through parallel subagents \n Stores scan results and findings in a repo-specific cache directory under ~/.ghost/repos/ with git-based versioning \n Orchestrates multi-step w
web-development
tencentcloudbase/skills · Productivity
Web frontend development with CloudBase integration, static hosting deployment, and SDK-based authentication. \n \n Covers project structure conventions (src/dist/cloudfunctions directories), modern build systems (Vite, Webpack), and hash routing for static hosting compatibility \n Provides CloudBase Web SDK integration patterns for database, cloud functions, and authentication, with strict rules against implementing login logic in cloud functions \n Includes deployment guidance for CloudBase st
generate
alirezarezvani/claude-skills · Productivity
Generate production-ready Playwright tests from a user story, URL, component name, or feature description.
exploratory-data-analysis
davila7/claude-code-templates · Productivity
Automated analysis of 200+ scientific data formats with format-specific insights and quality assessment. \n \n Supports six major scientific domains: chemistry, bioinformatics, microscopy, spectroscopy, proteomics, and metabolomics, with 60+ formats per category \n Auto-detects file type and generates detailed markdown reports including metadata extraction, statistical summaries, data quality metrics, and visualization recommendations \n Includes reference documentation for each format covering
nanoclaw-repl
affaan-m/everything-claude-code · Productivity
Session-aware REPL for NanoClaw v2 with persistent markdown storage and dynamic skill loading. \n \n Eight core commands: model switching, skill loading, session branching, cross-session search, history compaction, and export to multiple formats (md/json/txt) \n Markdown-backed sessions enable persistent state, version control compatibility, and human-readable session history \n Designed for zero external runtime dependencies and deterministic, local command handling to maintain simplicity and p
commit
casper-studios/casper-marketplace · Productivity
Generate a commit message and commit staged changes using git.