📚

Technical Writing

5624 skills in Documentation > Technical Writing

building-skills

Creates Claude Code Skills using a structured 6-phase workflow. Use when building skills, writing SKILL.md, designing skill architecture, or testing skill triggers. DO NOT use for general Claude Code docs or one-off tasks.

DeeDee-Development/Chickadee-Labs-static-site
0
0
Aktualisiert 1w ago

optimizing-query-selection

Marketplace

Optimize queries by selecting only required fields and avoiding N+1 problems. Use when writing queries with relations or large result sets.

djankies/claude-configs
0
0
Aktualisiert 1w ago

tdd

Enforces test-driven development (TDD) following Kent Beck's methodology. MANDATORY micro-cycle approach - write ONE test, watch it fail, write minimal implementation, refactor, then NEXT test. NEVER write all tests first or implementation first. Use for ANY code writing task.

narcisobenigno/groceries
0
0
Aktualisiert 1w ago

openai-sdk

OpenAI official SDK usage (Python, Node.js). Use when: writing code that calls OpenAI API,implementing chat/embeddings/images/audio features, handling streaming responses,async patterns, error handling with SDK. For raw HTTP/REST calls, see `openai-api` skill.

majiayu000/claude-skill-registry
0
0
Aktualisiert 1w ago

court-divorce-bigquery-indexing

Claude가 판례 Markdown 파일을 직접 분석하여 JSON 메타데이터를 생성합니다.

nfbs2000/vibe-with-google-ai-divorce-agent-inflearn
0
0
Aktualisiert 1w ago

project-bootstrap

Bootstrap open-source projects with documentation, CI/CD, and polish. Use when user asks to "set up docs", "add MkDocs", "create GitHub Actions", "add funding", "polish README", "add Giscus comments", "bootstrap project", or wants to improve project presentation and infrastructure.

majiayu000/claude-skill-registry
0
0
Aktualisiert 1w ago

ce101-slides

Context Engineering 101 curriculum slide generation. Use this skill when working on CE101 curriculum to: (1) Generate styled PowerPoint presentations from markdown, (2) Create PNG previews of slides, (3) Update master presentation from curriculum modules

majiayu000/claude-skill-registry
0
0
Aktualisiert 1w ago

internal-comms-3p-updates

Framework for writing concise 3P (Progress, Plans, Problems) team updates for executives and stakeholders

danielseltzer/code-analysis-tools
0
0
Aktualisiert 1w ago

executing-plans

Execute implementation plans step-by-step with quality guardrails (ask when unclear, minimal-change bias, readability checklist, verification). Use when the user asks to execute or follow a plan, run tasks sequentially from a plan file (e.g., docs/plans/*.md), or continue plan steps.

majiayu000/claude-skill-registry
0
0
Aktualisiert 1w ago

writing-articles

Use when creating or editing blog articles for the homepage - enforces humanized writing style, validates punctuation rules, and ensures content reads naturally without AI-typical patterns

caiokf/homepage
0
0
Aktualisiert 1w ago

appflowy-integration

Integration with AppFlowy project management tool for task tracking, database management, and workspace organization. Use when working with AppFlowy, managing project tasks, creating databases, organizing workspaces, syncing agent work with project tracking, syncing documentation or tasks to AppFlowy, setting up automated sync workflows, or when the user mentions AppFlowy, project tracking, task management, or sync automation. Includes generic sync script that works with ANY project. Supports rich text formatting (bold, italic, code, links, strikethrough) and git pushsync workflow for automated syncing.

HelloWorldSungin/AI_agents
0
0
Aktualisiert 1w ago

ticket-status

Marketplace

Programmatic verification of KB state: tickets, phases, tests, integrity.Provides scripts for automated checking at each workflow stage.SCRIPTS:- check_ticket.py: Ticket docs, tests, final status → next step- check_phase.py: Phase progress, all tickets complete?- check_tests.py: Trajectory, RED verification, coverage vs spec- check_integrity.py: Index.md matches dirs, roadmap has all active itemsUse when:- Checking ticket/phase completion- Validating before commit/archive- CI/CD automation- User says "status", "check", "verify"

jayprimer/pmc-marketplace
0
0
Aktualisiert 1w ago

pull-request-descriptor

Analyze code diffs and commit messages between current branch and target branch to generate comprehensive Pull Request descriptions in markdown format. Automatically selects appropriate PR template and creates structured, informative PR descriptions ready for submission.

majiayu000/claude-skill-registry
0
0
Aktualisiert 1w ago

vault

Format conventions for markdown knowledge vaults. Use when writing notes or when format/syntax questions arise. Covers the dual-reader principle (human + AI), YAML frontmatter, wikilinks, and sources.

odysseus0/nix-config
0
0
Aktualisiert 1w ago

supadata

Marketplace

Supadata API via curl. Use this skill to extract transcripts from YouTube/TikTok/Instagram videos and scrape web content to markdown.

vm0-ai/api0
0
0
Aktualisiert 1w ago

worldcrafter-database-setup

Create database tables with Prisma ORM, migrations, and RLS policies. Use when user needs "create database table", "add [model] model", "set up RLS", "create migration", "store data in database", or "design schema". Generates Prisma models with proper naming conventions, creates migrations, sets up Row-Level Security policies, and syncs test database. Includes WorldCrafter patterns for relationships, tags, comments, activity logs, versions, world membership, collections, wiki pages, and bookmarks. Typically the FIRST skill for new features. Do NOT use for UI/forms (use worldcrafter-feature-builder), simple routes (use worldcrafter-route-creator), tests only (use worldcrafter-test-generator), or auth logic only (use worldcrafter-auth-guard).

hopeoverture/worldcrafter-v2
0
0
Aktualisiert 1w ago

github-task-sync

Synchronise task lists with GitHub Projects using the gh CLI. Use this skill when users want to add tasks, to-dos, or action items to a GitHub repository's project board. The skill can extract tasks from markdown files, user messages, or structured data, then create GitHub issues and add them to projects. It intelligently detects the target repository from git remotes when not explicitly specified.

majiayu000/claude-skill-registry
0
0
Aktualisiert 1w ago

release-workflow

Execute project release workflows by locating and following project-specific RELEASE_GUIDE.md in the repository root or docs/. Use when asked to perform a release, publish a release, cut a tag, run release steps, or when a user references RELEASE_GUIDE.md.

graysurf/agentic-coding-skills
0
0
Aktualisiert 1w ago

async-await-checker

Automatically applies when writing Python functions that call async operations. Ensures proper async/await pattern usage (not asyncio.run) to prevent event loop errors.

majiayu000/claude-skill-registry
0
0
Aktualisiert 1w ago

openspec-proposal-clarifier

Clarify ambiguous or incomplete requirements before drafting an OpenSpec change proposal (typically used by /openspec-proposal before writing proposal files).

cyber-echo/viewer
0
0
Aktualisiert 1w ago