Content & Writing

Page 45 of 64

Browse skills in this category.

4544 skills · Showing 3169-3240
Sort by:

by Qredence

Comprehensive guide to integrating DSPy with Microsoft Agent Framework in AgenticFleet, covering typed signatures, assertions, routing cache, GEPA optimization, and agent handoffs.

90
Jan 19, 2026, 03:09 AM

fleet-agent

Content & Writing

by Qredence

Context-aware development assistant for AgenticFleet with auto-learning and dual memory (NeonDB + ChromaDB). Handles development workflows with intelligent context management.

90
Jan 19, 2026, 03:09 AM

initiate-memory

Content & Writing

by Qredence

Comprehensive guide for initializing or reorganizing agent memory and project context. Use when setting up a new project, when the user asks you to learn about the codebase, or when you need to create effective memory blocks for project conventions, preferences, and workflows.

90
Jan 19, 2026, 03:09 AM

memory-system

Content & Writing

by Qredence

Complete guide to the AgenticFleet memory system. Read this first.

90
Jan 19, 2026, 03:09 AM

python-backend-reviewer

Content & Writing

by Qredence

Expert Python backend code reviewer that identifies over-complexity, duplicates, bad optimizations, and violations of best practices. Use when asked to review Python code quality, check for duplicate code, analyze module complexity, optimize backend code, identify anti-patterns, or ensure adherence to best practices. Ideal for preventing AI-generated code from creating unnecessary files instead of imports, finding repeated validation logic, and catching over-engineered solutions.

90
Jan 19, 2026, 03:09 AM

reflect

Content & Writing

by Qredence

Analyze the current session and consolidate learnings. Use at the end of a session or task.

90
Jan 19, 2026, 03:09 AM

system-init

Content & Writing

by Qredence

Initialize or hydrate the agent's memory system and verify configuration.

90
Jan 19, 2026, 03:09 AM

system-learn

Content & Writing

by Qredence

Ingest new procedural memory (skills, patterns, docs) into the vector database.

90
Jan 19, 2026, 03:09 AM

brainstorming

Content & Writing

by tilework-tech

IMMEDIATELY USE THIS SKILL when creating or develop anything and before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation

89
Jan 17, 2026, 07:09 PM

cache-components

Content & Writing

by zoonk

Expert guidance for Next.js Cache Components and Partial Prerendering (PPR).**PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations.**DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions.**USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.

89
Jan 18, 2026, 07:37 PM

librarian

Content & Writing

by iannuttall

Use Librarian to fetch and search up-to-date developer documentation from GitHub and websites so answers are grounded in real docs.

89
Jan 8, 2026, 02:10 PM

list-noridocs

Content & Writing

by tilework-tech

List all server-side noridocs, optionally filtered by repository and/or path prefix.

89
Jan 17, 2026, 07:09 PM

new-book-review

Content & Writing

by brikis98

Create a new book review post with proper frontmatter, cover image, and Amazon affiliate link. Use when creating book reviews, adding new reviews, or setting up review posts.

89
Jan 13, 2026, 06:28 PM

react-best-practices

Content & Writing

by zoonk

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

89
Jan 18, 2026, 07:37 PM

read-noridoc

Content & Writing

by tilework-tech

Read documentation from the server-side noridocs system by file path.

89
Jan 17, 2026, 07:09 PM

recall

Content & Writing

by termdock

Retrieves cross-session memories about past decisions, lessons, and patterns. Use when user asks about prior work, past decisions, or mentions a feature. Triggers include check memory, what did we decide, how did we solve.

89
Jan 19, 2026, 03:43 AM

recall

Content & Writing

by tilework-tech

Search the Nori knowledge base for relevant context, solutions, and documentation.

89
Jan 17, 2026, 07:09 PM

sync-noridocs

Content & Writing

by tilework-tech

Sync all local docs.md files to server-side noridocs system.

89
Jan 17, 2026, 07:09 PM

termdock-ast

Content & Writing

by termdock

Use the Termdock AST API to locate symbols, dependencies, callers/callees, or impact before exploring unknown code. Skip when the user gives an exact file path or only needs a literal string search.

89
Jan 19, 2026, 03:43 AM

by tilework-tech

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

89
Jan 17, 2026, 07:09 PM

testing-anti-patterns

Content & Writing

by tilework-tech

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies

89
Jan 17, 2026, 07:09 PM

translations

Content & Writing

by zoonk

Work with internationalization using next-intl and PO files. Use when handling translations, i18n, PO files, getExtracted, useExtracted, translating content, or when the user needs to add or modify translations.

89
Jan 18, 2026, 07:37 PM

updating-noridocs

Content & Writing

by tilework-tech

Use this when you have finished making code changes and you are ready to update the documentation based on those changes.

89
Jan 17, 2026, 07:09 PM

write-noridoc

Content & Writing

by tilework-tech

Write or update documentation in the server-side noridocs system.

89
Jan 17, 2026, 07:09 PM

writing-plans

Content & Writing

by tilework-tech

Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge

89
Jan 17, 2026, 07:09 PM

aws-agentic-ai

Content & Writing

by zxkane

AWS Bedrock AgentCore comprehensive expert for deploying and managing all AgentCore services. Use when working with Gateway, Runtime, Memory, Identity, or any AgentCore component. Covers MCP target deployment, credential management, schema optimization, runtime configuration, memory management, and identity services.

88
Jan 16, 2026, 07:01 AM

aws-cdk-development

Content & Writing

by zxkane

AWS Cloud Development Kit (CDK) expert for building cloud infrastructure with TypeScript/Python. Use when creating CDK stacks, defining CDK constructs, implementing infrastructure as code, or when the user mentions CDK, CloudFormation, IaC, cdk synth, cdk deploy, or wants to define AWS infrastructure programmatically. Covers CDK app structure, construct patterns, stack composition, and deployment workflows.

88
Jan 16, 2026, 07:01 AM

aws-mcp-setup

Content & Writing

by zxkane

Configure AWS Documentation MCP server to query up-to-date AWS knowledge, APIs, and best practices

88
Jan 16, 2026, 07:01 AM

aws-serverless-eda

Content & Writing

by zxkane

AWS serverless and event-driven architecture expert based on Well-Architected Framework. Use when building serverless APIs, Lambda functions, REST APIs, microservices, or async workflows. Covers Lambda with TypeScript/Python, API Gateway (REST/HTTP), DynamoDB, Step Functions, EventBridge, SQS, SNS, and serverless patterns. Essential when user mentions serverless, Lambda, API Gateway, event-driven, async processing, queues, pub/sub, or wants to build scalable serverless applications with AWS best practices.

88
Jan 16, 2026, 07:01 AM

agent-cli-dev

Content & Writing

by basnijholt

Spawns AI coding agents in isolated git worktrees. Use when the user asks to spawn or launch an agent, delegate a task to a separate agent, work in a separate worktree, or parallelize development across features.

87
Jan 18, 2026, 09:43 PM

ai-assisted-development

Content & Writing

by baz-scm

Leveraging AI coding assistants and tools to boost development productivity, while maintaining oversight to ensure quality results.

87
Dec 16, 2025, 09:01 AM

code-readability

Content & Writing

by baz-scm

Writing clean, understandable, and self-documenting code that is easy to review and maintain over time.

87
Dec 16, 2025, 09:01 AM

code-refactoring

Content & Writing

by baz-scm

The practice of restructuring and simplifying code continuously – reducing complexity, improving design, and keeping codebases clean.

87
Dec 16, 2025, 09:01 AM

codebase-analyzer

Content & Writing

by severity1

This skill should be used when the user asks to "initialize auto-memory", "create CLAUDE.md", "set up project memory", or runs the /auto-memory:init command. Analyzes codebase structure and generates CLAUDE.md files using the exact template format with AUTO-MANAGED markers.

87
Dec 13, 2025, 08:51 AM

documentation

Content & Writing

by baz-scm

Communicating the intended behavior and context of code through clear documentation and comments, and sharing knowledge with the team.

87
Dec 16, 2025, 09:01 AM

memory-processor

Content & Writing

by severity1

Process file changes and update CLAUDE.md memory sections. Use when the memory-updater agent needs to analyze dirty files, update AUTO-MANAGED sections, verify content removal, or detect stale commands. Invoked after file edits to keep project memory in sync.

87
Dec 13, 2025, 08:51 AM

secure-coding

Content & Writing

by baz-scm

Incorporating security at every step of software development – writing code that defends against vulnerabilities and protects user data.

87
Dec 16, 2025, 09:01 AM

testing-debugging

Content & Writing

by baz-scm

Ensuring software correctness and reliability by writing automated tests, using quality assurance tools, and systematically debugging issues.

87
Dec 16, 2025, 09:01 AM

wordpress-router

Content & Writing

by Automattic

Use when the user asks about WordPress codebases (plugins, themes, block themes, Gutenberg blocks, WP core checkouts) and you need to quickly classify the repo and route to the correct workflow/skill (blocks, theme.json, REST API, WP-CLI, performance, security, testing, release packaging).

87
Jan 19, 2026, 04:39 AM

wp-block-development

Content & Writing

by Automattic

Use when developing WordPress (Gutenberg) blocks: block.json metadata, register_block_type(_from_metadata), attributes/serialization, supports, dynamic rendering (render.php/render_callback), deprecations/migrations, viewScript vs viewScriptModule, and @wordpress/scripts/@wordpress/create-block build and test workflows.

87
Jan 19, 2026, 04:39 AM

wp-block-themes

Content & Writing

by Automattic

Use when developing WordPress block themes: theme.json (global settings/styles), templates and template parts, patterns, style variations, and Site Editor troubleshooting (style hierarchy, overrides, caching).

87
Jan 19, 2026, 04:39 AM

wp-interactivity-api

Content & Writing

by Automattic

Use when building or debugging WordPress Interactivity API features (data-wp-* directives, @wordpress/interactivity store/state/actions, block viewScriptModule integration, wp_interactivity_*()) including performance, hydration, and directive behavior.

87
Jan 19, 2026, 04:39 AM

wp-performance

Content & Writing

by Automattic

Use when investigating or improving WordPress performance (backend-only agent): profiling and measurement (WP-CLI profile/doctor, Server-Timing, Query Monitor via REST headers), database/query optimization, autoloaded options, object caching, cron, HTTP API calls, and safe verification.

87
Jan 19, 2026, 04:39 AM

wp-playground

Content & Writing

by Automattic

Use for WordPress Playground workflows: fast disposable WP instances in the browser or locally via @wp-playground/cli (server, run-blueprint, build-snapshot), auto-mounting plugins/themes, switching WP/PHP versions, blueprints, and debugging (Xdebug).

87
Jan 19, 2026, 04:39 AM

wp-plugin-development

Content & Writing

by Automattic

Use when developing WordPress plugins: architecture and hooks, activation/deactivation/uninstall, admin UI and Settings API, data storage, cron/tasks, security (nonces/capabilities/sanitization/escaping), and release packaging.

87
Jan 19, 2026, 04:39 AM

wp-wpcli-and-ops

Content & Writing

by Automattic

Use when working with WP-CLI (wp) for WordPress operations: safe search-replace, db export/import, plugin/theme/user/content management, cron, cache flushing, multisite, and scripting/automation with wp-cli.yml.

87
Jan 19, 2026, 04:39 AM

xcode-build

Content & Writing

by pzep1

Build and run iOS/macOS apps using xcodebuild and xcrun simctl directly. Use when building Xcode projects, running iOS simulators, managing devices, compiling Swift code, running UI tests, or automating iOS app interactions. Replaces XcodeBuildMCP with native CLI tools.

87
Dec 17, 2025, 11:22 AM

add-new-file

Content & Writing

by tpn

Add or update PerfectHash generated file outputs (file work entries, prepare/save callbacks, CMake/VCXProj registration, and tests) when new output files or artifacts need to be added.

86
Jan 19, 2026, 04:20 AM

agent-sdk

Content & Writing

by aircrushin

Expert in Claude Agent SDK development. Use when users ask about SDK API, agent configuration, MCP servers, hooks, permissions, file checkpointing, or when they mention @AGENT_SDK_DOCS.md. Provides accurate API reference, code examples with TypeScript types, and best practices.

86
Jan 19, 2026, 03:48 AM

md2docx

Content & Writing

by Yorick-Ryu

Convert Markdown to Word (DOCX) documents. Use when user wants to export, convert, or create Word documents from Markdown content.

86
Jan 15, 2026, 03:42 PM

pie

Content & Writing

by pie-project

How to run, test and debug Pie

86
Jan 19, 2026, 03:15 AM

2026-coach

Content & Writing

by aiskillstore

Executive coaching skill that helps you plan your 2026 using research-backed process goals. Guides you through discovery questions, creates outcome goals, converts them to daily behaviors, and sets up accountability systems. Use when you want to plan your year, set goals, or need a coach to help you stay focused.

85
Jan 19, 2026, 04:39 AM

4-step-program

Content & Writing

by aiskillstore

Coordinator workflow for orchestrating dockeragents through fix-review-iterate-present loop. Use when delegating any task that produces code changes. Ensures agents achieve 10/10 quality before presenting to human.

85
Jan 19, 2026, 04:39 AM

accessibility-auditor

Content & Writing

by aiskillstore

Reviews UI components for WCAG compliance, ARIA attributes, keyboard navigation, and screen reader support. Use when building frontend components or user requests accessibility improvements.

85
Jan 19, 2026, 04:39 AM

accessibility-check

Content & Writing

by aiskillstore

Evaluate accessibility and WCAG compliance of UI components and pages. Use when the user asks to "check accessibility", "audit a11y", "WCAG review", "screen reader test", or needs to verify inclusive design practices.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Auto-invoke when reviewing JSX with interactive elements, forms, buttons, or navigation. Enforces WCAG compliance and inclusive design.

85
Jan 19, 2026, 04:39 AM

accessibility-wcag

Content & Writing

by aiskillstore

Enforce WCAG 2.2 accessibility standards. Use when creating UI components, reviewing frontend code, or when accessibility issues are detected. Covers semantic HTML, ARIA, keyboard navigation, and color contrast.

85
Jan 19, 2026, 04:39 AM

action-item-organizer

Content & Writing

by aiskillstore

Systematic framework for extracting actionable items from documents and

85
Jan 19, 2026, 04:39 AM

add-backend-tool

Content & Writing

by aiskillstore

Add a new tool to the backend OpenAI function calling system. Use when user mentions "new tool", "add tool", "backend function", "agent capability", or wants to extend what the AI agent can do.

85
Jan 19, 2026, 04:39 AM

add-endpoint

Content & Writing

by aiskillstore

Add new HTTP endpoints to Catalyst-Relay server. Use when creating routes, API endpoints, or HTTP handlers.

85
Jan 19, 2026, 04:39 AM

adr-log

Content & Writing

by aiskillstore

Document architecture decisions with ADR (Architecture Decision Records). Use when making significant technical decisions, choosing between alternatives, or when onboarding needs context on past decisions.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, and hybrid search for distributed AI systems.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Diagnoses and debugs A2A agent communication issues including agent status, message routing, transport connectivity, and log analysis. Use when agents aren't responding, messages aren't being delivered, routing is incorrect, or when debugging orchestrator, coder-agent, tester-agent communication problems.

85
Jan 19, 2026, 04:39 AM

agent-coordination

Content & Writing

by aiskillstore

This skill should be used when the user asks about "coordinate coding agents", "orchestrate agent team", "manage multiple agents", "vibekanban workflow", "task delegation to agents", "agent swarm coordination", "parallel agent execution", "chief of staff mode", "cos mode", "you're my cos", "your my cos", "act as cos", "be my cos", "you are my chief of staff", "create tasks for agents", "dispatch agents", or needs guidance on coordinating autonomous coding agents, task breakdown strategies, or multi-agent workflow patterns.

85
Jan 19, 2026, 04:39 AM

agent-creator

Content & Writing

by aiskillstore

Creates specialized AI agents with optimized system prompts using the official 4-phase SOP methodology from Desktop .claude-flow, combined with evidence-based prompting techniques and Claude Agent SDK implementation. Use this skill when creating production-ready agents for specific domains, workflows, or tasks requiring consistent high-quality performance with deeply embedded domain knowledge.

85
Jan 19, 2026, 04:39 AM

agent-development

Content & Writing

by aiskillstore

This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.

85
Jan 19, 2026, 04:39 AM

agent-fungibility

Content & Writing

by aiskillstore

The philosophy and practical benefits of agent fungibility in multi-agent software development. Why homogeneous, interchangeable agents outperform specialized role-based systems at scale.

85
Jan 19, 2026, 04:39 AM

agent-generation

Content & Writing

by aiskillstore

This skill provides knowledge for generating effective Claude Code agents tailored to specific projects. It is used internally by the agent-team-creator plugin when analyzing codebases and creating specialized agent teams. Contains templates, best practices, and patterns for writing project-aware agents.

85
Jan 19, 2026, 04:39 AM

agent-memory

Content & Writing

by aiskillstore

Use this skill when the user asks to save, remember, recall, or organize memories. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check your notes', 'clean up memories'. Also use proactively when discovering valuable findings worth preserving.

85
Jan 19, 2026, 04:39 AM

agent-swarm-workflow

Content & Writing

by aiskillstore

Jeffrey Emanuel's multi-agent implementation workflow using NTM, Agent Mail, Beads, and BV. The execution phase that follows planning and bead creation. Includes exact prompts used.

85
Jan 19, 2026, 04:39 AM

agent-workflow

Content & Writing

by aiskillstore

Multi-agent development workflow system. Load when orchestrating development tasks, spawning subagents, or managing workflow phases.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

Implement persistent memory patterns for AI agents using AgentDB - session memory, long-term storage, pattern learning, and context management for stateful agents, chat systems, and intelligent assistants

85
Jan 19, 2026, 04:39 AM