productivity▌
6,493 indexed skills · max 10 per page
writing-plans
davila7/claude-code-templates · Productivity
Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits.
firebase-data-connect
firebase/skills · Productivity
Firebase Data Connect is a relational database service using Cloud SQL for PostgreSQL with GraphQL schema, auto-generated queries/mutations, and type-safe SDKs.
north-star-metric
phuryn/pm-skills · Productivity
Identify a North Star Metric and 3-5 Input Metrics that form a metrics constellation. Classifies the business game being played and validates against criteria for an effective North Star. Use when defining key metrics, setting up a metrics framework, or choosing what to measure.
data-validation
anthropics/knowledge-work-plugins · Productivity
Pre-delivery QA checklist, common data analysis pitfalls, result sanity checking, and documentation standards for reproducibility.
setup
alirezarezvani/claude-skills · Productivity
Set up a new autoresearch experiment with all required configuration.
sentry-setup-logging
getsentry/sentry-agent-skills · Productivity
Configure Sentry's structured logging feature.
subagent-driven-development
davila7/claude-code-templates · Productivity
Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review.
computer-use-agents
davila7/claude-code-templates · Productivity
The fundamental architecture of computer use agents: observe screen, reason about next action, execute action, repeat. This loop integrates vision models with action execution through an iterative pipeline.
income-tax
kazukinagata/shinkoku · Productivity
事業所得・各種控除から所得税額を計算するスキル。 settlement スキルで決算書の作成が完了していることを前提とする。 計算結果は /e-tax スキル(Claude in Chrome)で確定申告書等作成コーナーに入力する。
gather
kazukinagata/shinkoku · Productivity
確定申告に必要な書類を、申告の種類に基づいて一覧化し、各書類の取得先・取得方法を案内するスキル。 assess スキルの判定結果を前提として動作する。判定結果がない場合は、まず assess スキルの実行を促す。