Content & Writing
Page 59 of 64
Browse skills in this category.
star-story-extraction
Content & Writingby aiskillstore
Auto-invoke after task completion to extract interview-ready STAR stories from completed work.
state-management
Content & Writingby aiskillstore
TanStack Query + Zustand patterns.
stop-slop
Content & Writingby aiskillstore
Remove AI writing patterns from prose. Use when drafting, editing, or reviewing text to eliminate predictable AI tells.
storage-debug-instrumentation
Content & Writingby aiskillstore
Add comprehensive debugging and observability tooling for backend storage layers (PostgreSQL, ChromaDB) and startup metrics. Includes storage drift detection, raw data inspection endpoints, and a Next.js admin dashboard.
streaming-api-patterns
Content & Writingby aiskillstore
Implement real-time data streaming with Server-Sent Events (SSE), WebSockets, and ReadableStream APIs. Master backpressure handling, reconnection strategies, and LLM streaming for 2025+ real-time applications.
streaming-llm-responses
Content & Writingby aiskillstore
Implement real-time streaming UI patterns for AI chat applications. Use when adding responselifecycle handlers, progress indicators, client effects, or thread state synchronization.Covers onResponseStart/End, onEffect, ProgressUpdateEvent, and client tools.NOT when building basic chat without real-time feedback.
stripe-handler
Content & Writingby aiskillstore
Handle Stripe payments, custom checkouts, and webhook fulfillment outside of standard plans/credits.
structural-search
Content & Writingby aiskillstore
Search code by AST structure using ast-grep. Find semantic patterns like function calls, imports, class definitions instead of text patterns. Triggers on: find all calls to X, search for pattern, refactor usages, find where function is used, structural search, ast-grep, sg.
structured-logging
Content & Writingby aiskillstore
Implement JSON-based structured logging for observability. Use when setting up logging, debugging production issues, or preparing for log aggregation (ELK, Datadog). Covers log levels, context, and best practices.
style-audit
Content & Writingby aiskillstore
Audits code against CI/CD style rules, quality guidelines, and best practices, then rewrites code to meet standards without breaking functionality. Use this skill after functionality validation to ensure code is not just correct but also maintainable, readable, and production-ready. The skill applies linting rules, enforces naming conventions, improves code organization, and refactors for clarity while preserving all behavioral correctness verified by functionality audits.
styling-with-shadcn
Content & Writingby aiskillstore
Build beautiful, accessible UIs with shadcn/ui components in Next.js. Use when creatingforms, dialogs, tables, sidebars, or any UI components. Covers installation, componentpatterns, react-hook-form + Zod validation, and dark mode setup.NOT when building non-React applications or using different component libraries.
subagent-development
Content & Writingby aiskillstore
Execute plans using fresh subagent per task with code review between tasks. Use for high-quality iterative implementation.
subagent-factory
Content & Writingby aiskillstore
Create specialized Claude Code agents on-the-fly. Guides through agent definition file creation with proper frontmatter, effective prompts, and tool scoping. USE WHEN user says 'create agent', 'new subagent', 'make an agent for', 'build agent', 'spawn agent', or wants to define custom agents for specific tasks.
subagent-orchestration
Content & Writingby aiskillstore
This skill should be used when coordinating multiple subagents, implementing orchestratorpatterns, or managing parallel agent workflows.Trigger phrases: "orchestrate agents", "coordinate subagents", "parallel agents","multi-agent workflow", "delegate to agents", "run agents in parallel", "launch multiple agents".
subagents-orchestration-guide
Content & Writingby shinpr
Guides subagent coordination through implementation workflows. Use when orchestrating multiple agents, managing workflow phases, or determining autonomous execution mode. Defines scale determination, document requirements, and stop points.
suggesting-improvements
Content & Writingby aiskillstore
Expert at suggesting specific, actionable improvements to Claude's responses and work. Use when Claude's output needs enhancement, when quality issues are identified, or when iterating on solutions.
suggesting-tooling
Content & Writingby aiskillstore
Analyzes a codebase and suggests custom Claude Code skills and subagents to improvedevelopment workflow. Use when user wants tooling suggestions, automation ideas, orasks "what skills would help this project".
summon-daem0n
Content & Writingby aiskillstore
Guide for initializing and consolidating Daem0n-MCP across project structures
supabase
Content & Writingby aiskillstore
Manage Supabase projects, databases, migrations, Edge Functions, and storage using the `supabase` CLI.
supabase-patterns
Content & Writingby aiskillstore
Generic Supabase best practices for Row Level Security, realtime subscriptions, storage, and edge functions. Framework-agnostic.
superpower-zustand
Content & Writingby aiskillstore
MANDATORY for creating Zustand stores. This skill is required when users request state management, creating stores, or mention Zustand. Do NOT create Zustand stores without this skill - all stores must use the required StoreBuilder pattern with immer middleware and factory pattern separation
surrealdb-python
Content & Writingby aiskillstore
Master SurrealDB 2.3.x with Python for multi-model database operations including CRUD, graph relationships, vector search, and real-time queries. Use when working with SurrealDB databases, implementing graph traversal, semantic search with embeddings, or building RAG applications.
surviving-the-storm
Content & Writingby aiskillstore
风暴求生 - 盖亚星球遭遇极端天气,Stella必须在双星磁暴和狂风暴雨中保护自己和营地
svg-logo-generator
Content & Writingby aiskillstore
Generate high-quality, minimalistic, and geometric SVG logos using Python scripts. Use this skill when users need to create logos, icons, or visual identities with geometric primitives (circles, rects, paths) and specific color schemes. Applies generative design principles with standardized workflows for scalable SVG output.
swarm
Content & Writingby aiskillstore
Autonomous multi-agent workflow system for complex coding tasks. Use when the user requests non-trivial changes that would benefit from autonomous execution with built-in review gates. Ideal for refactoring modules, adding major features, migrating codebases, adding comprehensive test coverage, or any multi-step development task that can run autonomously. NOT for simple fixes, typos, or single-file changes.
synthese-multi-llm
Content & Writingby aiskillstore
Synthèse co-fabriquée par un conseil de 3 LLMs (Claude, Gemini, Codex). Ce skill devrait être utilisé quand l'utilisateur demande une synthèse robuste, traçable et vérifiée. Il orchestre trois modèles avec des rôles experts distincts (Extracteur, Critique, Architecte) pour produire une synthèse fidèle au texte source, avec contrôle des glissements sémantiques et trail d'audit complet.
system-design
Content & Writingby aiskillstore
Use when designing, architecting, or planning a new system from requirements or ideas - transforms concepts into navigable design catalog using EventStorming methodology, Mermaid diagrams, and progressive elaboration through 5 phases (Requirements, Big Picture, Processes, Data/Flows, Integration)
tailwind-css
Content & Writingby aiskillstore
Use when styling UI components or layouts with Tailwind CSS - mobile-first design, responsive utilities, custom themes, or component styling.NOT when plain CSS, CSS-in-JS (styled-components), or non-Tailwind frameworks are involved.Triggers: "style component", "responsive design", "mobile-first", "dark theme", "tailwind classes", "dashboard grid".
tailwind-patterns
Content & Writingby aiskillstore
Quick reference for Tailwind CSS utility patterns, responsive design, and configuration. Triggers on: tailwind, utility classes, responsive design, tailwind config, dark mode css, tw classes.
tamagui-best-practices
Content & Writingby aiskillstore
Provides Tamagui patterns for config v4, compiler optimization, styled context, and cross-platform styling. Must use when working with Tamagui projects (tamagui.config.ts, @tamagui imports).
tanstack-integration
Content & Writingby aiskillstore
Find opportunities to improve web application code using TanStack libraries (Query, Table, Form, Router, etc.). Avoid man-with-hammer syndrome by applying TanStack after vanilla implementation works.
task-analyzer
Content & Writingby shinpr
Performs metacognitive task analysis and skill selection. Use when determining task complexity, selecting appropriate skills, or estimating work scale. Returns skills with confidence scores and metadata.
task-runner
Content & Writingby aiskillstore
Run project commands with just. Check for justfile in project root, list available tasks, execute common operations like test, build, lint. Triggers on: run tests, build project, list tasks, check available commands, run script, project commands.
tasknotes
Content & Writingby aiskillstore
Manage tasks in Obsidian via TaskNotes plugin API. Use when user wants to create tasks, list tasks, query by status or project, update task status, delete tasks, or check what they need to do.
tavily-search
Content & Writingby aiskillstore
使用Tavily API进行网络搜索,获取实时信息、回答问题或研究主题
tavily-search-free
Content & Writingby aiskillstore
Use Tavily Search API for optimized, real-time web search results for RAG. A pre-configured, cost-effective search tool.
tdd-enforcer
Content & Writingby aiskillstore
Use when implementing new features. Enforces TDD workflow - write tests FIRST, then implementation. Ensures AAA pattern, proper coverage, and quality test design.
tdd-pytest
Content & Writingby aiskillstore
Python/pytest TDD specialist for test-driven development workflows. Use
tdd-workflow
Content & Writingby aiskillstore
Test-Driven Development methodology for Node.js/TypeScript projects.
technical-analysis
Content & Writingby aiskillstore
Technical analysis capabilities for APIs, data models, integrations, and security requirements. Use when analyzing technical aspects of systems or documenting technical requirements.
technical-clarity
Content & Writingby aiskillstore
Audit technical writing for learner comprehension and accessibility. Use when reviewing documentation, tutorials, or educational content for clarity.
technical-decision-record
Content & Writingby aiskillstore
Use when making technical decisions, choosing technologies, or documenting architectural choices. Creates ADRs (Architecture Decision Records).
terminal-title
Content & Writingby aiskillstore
This skill should be used to update terminal window title with context. Triggers automatically at session start via hook. Also triggers on topic changes during conversation (debugging to docs, frontend to backend). Updates title with emoji + project + current topic.
test-coverage-analyzer
Content & Writingby aiskillstore
Analyzes test coverage gaps and suggests test cases for untested code paths. Use when user requests test improvements, coverage analysis, or wants to increase test coverage.
test-generator
Content & Writingby aiskillstore
Generate comprehensive test boilerplate following project TDD conventions. Use when creating new tests for modules, classes, or functions. Automatically creates tests with proper structure, type hints, docstrings, and AAA pattern.
test-orchestrator
Content & Writingby aiskillstore
Coordinates testing strategy and execution across all test types. Use when creating test plans, implementing tests (unit/integration/E2E), or enforcing coverage requirements (80% minimum). Applies testing-requirements.md.
tester
Content & Writingby aiskillstore
Comprehensive testing skill for GabeDA application - designs test strategies (UAT, integration, smoke, unit), creates tests for frontend (React/Playwright) and backend (Django/pytest), executes tests, analyzes results, and generates detailed reports with findings. Stores reports in ai/testing/ and tests in appropriate project folders.
testing-fundamentals
Content & Writingby aiskillstore
Auto-invoke when reviewing test files or discussing testing strategy. Enforces testing pyramid, strategic coverage, and stack-appropriate frameworks.
testing-gate
Content & Writingby aiskillstore
Gate 6 - Verify tests exist and cover critical paths. Issues result in WARNINGS (encourages tests, doesn't block).
testing-principles
Content & Writingby shinpr
Language-agnostic testing principles including TDD, test quality, coverage standards, and test design patterns. Use when writing tests, designing test strategies, or reviewing test quality.
testing-skills-with-subagents
Content & Writingby aiskillstore
Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes
testing-strategy
Content & Writingby aiskillstore
Comprehensive testing workflow combining TDD, real implementations (no mocking), and E2E testing. Use when implementing features, writing tests, or setting up test infrastructure.
testing-strategy-builder
Content & Writingby aiskillstore
Use this skill when creating comprehensive testing strategies for applications. Provides test planning templates, coverage targets, test case structures, and guidance for unit, integration, E2E, and performance testing. Ensures robust quality assurance across the development lifecycle.
testing-test-writing
Content & Writingby aiskillstore
Write minimal, focused tests for core user flows and critical paths during development, testing behavior rather than implementation with clear test names and mocked dependencies. Use this skill when writing unit tests, integration tests, test files, test cases for critical workflows, or mocking external dependencies. Apply when working with test files (.test.js, .spec.ts, _test.py), test frameworks (Jest, RSpec, pytest), testing user journeys, or implementing fast-executing tests that validate business-critical functionality without over-testing implementation details or edge cases during feature development.
the-archivist
Content & Writingby aiskillstore
This skill should be used when engineering decisions are being made during code implementation. The Archivist enforces decision documentation as a standard practice, ensuring every engineering choice includes rationale and integrates with Architecture Decision Records (ADRs). Use when writing code that involves choosing between alternatives, selecting technologies, designing architectures, or making trade-offs.
the-oracle
Content & Writingby aiskillstore
This skill should be used when the user asks to "use the oracle" or "ask the oracle" for deep research, analysis, or architectural questions. The oracle excels at multi-source research combining codebase exploration and web searches, then synthesizing findings into actionable answers. Use for complex questions requiring investigation across multiple sources, architectural analysis, refactoring plans, debugging mysteries, and code reviews.
theater-detection-audit
Content & Writingby aiskillstore
Performs comprehensive audits to detect placeholder code, mock data, TODO markers, and incomplete implementations in codebases. Use this skill when you need to find all instances of "theater" in code such as hardcoded mock responses, stub functions, commented-out production logic, or fake data that needs to be replaced with real implementations. The skill systematically identifies these instances, reads their full context, and completes them with production-quality code.
thinking-deeply
Content & Writingby aiskillstore
Engages structured analysis to explore multiple perspectives and context dependencies before responding. Use when users ask confirmation-seeking questions, make leading statements, request binary choices, or when feeling inclined to quickly agree or disagree without thorough consideration.
ticktick-cli
Content & Writingby aiskillstore
使用 Python CLI 与 Dida365 Open API 交互以管理滴答清单任务/项目,适用于需要通过脚本或命令行调用滴答清单接口的场景(如项目/任务的查询、创建、更新、完成、删除)。
tikzjax-diagramming
Content & Writingby aiskillstore
Create TikZ diagrams in Obsidian using TikZJax plugin. Use when visualizing geometric shapes, coordinate systems, game scenes, circuit diagrams, chemical structures, or complex technical drawings that require precise positioning.
tilt
Content & Writingby aiskillstore
Manages Tilt development environments via CLI and Tiltfile authoring. Must use when working with Tilt or Tiltfiles.
tool-discovery
Content & Writingby aiskillstore
Recommend the right agents and skills for any task. Covers both heavyweight agents (Task tool) and lightweight skills (Skill tool). Triggers on: which agent, which skill, what tool should I use, help me choose, recommend agent, find the right tool.
tool-interface-analysis
Content & Writingby aiskillstore
Analyze tool registration, schema generation, and error feedback mechanisms in agent frameworks. Use when (1) understanding how tools are defined and registered, (2) evaluating schema generation approaches (introspection vs manual), (3) tracing error feedback loops to the LLM, (4) assessing retry and self-correction mechanisms, or (5) comparing tool interfaces across frameworks.
tool-presets
Content & Writingby aiskillstore
Standardized tool set definitions for Claude Code agents ensuring consistent tool access across similar agent types
tool-selection-framework
Content & Writingby aiskillstore
Design systematic decision frameworks for selecting appropriate AI tools (Claude Code vs Gemini CLI)based on context requirements, codebase size, reasoning depth needs, and task complexity. Use thisskill when starting projects with unclear tool requirements, optimizing context-constrained workflows,or designing multi-phase strategies that leverage multiple tools' strengths. This skill helps matchtool capabilities to task characteristics, preventing wasted context and ensuring optimal resourceallocation.
toon-format
Content & Writingby aiskillstore
TOON (Token-Oriented Object Notation) encoding for LLM-efficient data representation. 30-60% token savings vs JSON for structured data.
tophub-defou-stanley-combo
Content & Writingby aiskillstore
自动获取 TopHub 热榜,精选选题,并使用 Defou x Stanley 风格生成爆款内容。