Back to categories
Category

Agent Skills in category: Uncategorized

72311 skills match this category. Browse curated collections and explore related Agent Skills.

vue-router-best-practices

Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.

aiskillstore
aiskillstore
23014

vue-testing-best-practices

Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.

aiskillstore
aiskillstore
23014

vue

Vue.js progressive JavaScript framework. Use when building Vue components, working with reactivity (ref, reactive, computed, watch), or implementing Vue Composition API patterns.

Anthony Fu
Anthony Fu
23014

vueuse-functions

Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.

SerKo <https://github.com/serkodev>
SerKo <https://github.com/serkodev>
23014

web-design-guidelines

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

vercel
vercel
23014

analyzing-financial-statements

This skill calculates key financial ratios and metrics from financial statement data for investment analysis

aiskillstore
aiskillstore
23014

applying-brand-guidelines

This skill applies consistent corporate branding and styling to all generated documents including colors, fonts, layouts, and messaging

aiskillstore
aiskillstore
23014

command-development

This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.

aiskillstore
aiskillstore
23014

cookbook-audit

Audit an Anthropic Cookbook notebook based on a rubric. Use whenever a notebook review or audit is requested.

aiskillstore
aiskillstore
23014

creating-financial-models

This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions

aiskillstore
aiskillstore
23014

hook-development

This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.

aiskillstore
aiskillstore
23014

plugin-settings

This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.

aiskillstore
aiskillstore
23014

plugin-structure

This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.

aiskillstore
aiskillstore
23014

skill-development

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

aiskillstore
aiskillstore
23014

stripe-best-practices

Best practices for building Stripe integrations. Use when implementing payment processing, checkout flows, subscriptions, webhooks, Connect platforms, or any Stripe API integration.

aiskillstore
aiskillstore
23014

perigon-angular

Angular 21+ standalone/Material/signal conventions for Perigon WebApp

aiskillstore
aiskillstore
23014

writing-hookify-rules

This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.

aiskillstore
aiskillstore
23014

add-dependency

Add a new third-party dependency to the project following the version catalog and approval workflow.

aiskillstore
aiskillstore
23014

create-unit-test

Create and run unit tests following the project's architecture and guidelines (Robolectric, naming, location).

aiskillstore
aiskillstore
23014

write-app-change-log

Generates and updates the latest app changelog based on git history since the last version tag.

aiskillstore
aiskillstore
23014

uniswap

Trade and interact with Uniswap in Python using Ape and the uniswap-sdk package.

aiskillstore
aiskillstore
23014

writing-bots

Write a bot to continuously listen and respond to events on a public blockchain network.

aiskillstore
aiskillstore
23014

add-backend-tool

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.

aiskillstore
aiskillstore
23014

add-event-type

Add a new event type to the frontend feed system with corresponding React component. Use when user mentions "new event", "add event type", "event block", "new block type", or wants to display new agent output types.

aiskillstore
aiskillstore
23014

dev-servers

Start the backend (FastAPI/uvicorn) and frontend (Vite) development servers. Use when user mentions "start dev", "run servers", "launch app", "start the app", or needs to run the application locally.

aiskillstore
aiskillstore
23014

lint-typecheck

Run ESLint and TypeScript type checking on the frontend codebase. Use when user mentions "lint", "type check", "check code", "eslint", "tsc", or before committing changes.

aiskillstore
aiskillstore
23014

bitbucket-devops

Comprehensive Bitbucket pipeline automation using direct Node.js API calls. Monitor pipeline status, analyze failures, download logs, and trigger builds. Use this skill when the user asks to check pipeline status, find failing pipelines, download logs, trigger builds, or debug pipeline failures. No MCP approval prompts required - uses Bash tool with node commands.

aiskillstore
aiskillstore
23014

sharepoint-audit

>

aiskillstore
aiskillstore
23014

quality-reviewer

Deep code review with web research to verify against latest ecosystem. Use when user says 'double check against latest', 'verify versions', 'check security', 'review against docs', or needs deep analysis beyond automatic quality hook.

aiskillstore
aiskillstore
23014

refactoring

Systematic refactoring with small-step discipline. Use when user says 'refactor', 'clean up', 'restructure', 'extract', 'rename', 'simplify', or mentions code smells. Enforces one change → test → commit cycle. For structural improvements, NOT style/formatting (use /lint). NOT for adding features or fixing bugs.

aiskillstore
aiskillstore
23014

blocklet-converter

Converts static web or Next.js projects into ArcBlock blocklets using provided DID. Analyzes project structure, generates configuration files, and validates setup. Requires blocklet DID as parameter.

aiskillstore
aiskillstore
23014

blocklet-updater

Creates a new release for a blocklet project by bumping version, building, and bundling. Use when asked to "create a new release", "bump and bundle", or "update blocklet version".

aiskillstore
aiskillstore
23014

sragent

|

aiskillstore
aiskillstore
23014

ai-native-development

Build AI-first applications with RAG pipelines, embeddings, vector databases, agentic workflows, and LLM integration. Master prompt engineering, function calling, streaming responses, and cost optimization for 2025+ AI development.

aiskillstore
aiskillstore
23014

perigon-backend

Perigon ASP.NET Core + EF Core + Aspire conventions

aiskillstore
aiskillstore
23014

api-design-framework

Use this skill when designing REST, GraphQL, or gRPC APIs. Provides comprehensive API design patterns, versioning strategies, error handling conventions, authentication approaches, and OpenAPI/AsyncAPI templates. Ensures consistent, well-documented, and developer-friendly APIs across all backend services.

aiskillstore
aiskillstore
23014

architecture-decision-record

Use this skill when documenting significant architectural decisions. Provides ADR templates following the Nygard format with sections for context, decision, consequences, and alternatives. Helps teams maintain architectural memory and rationale for backend systems, API designs, database choices, and infrastructure decisions.

aiskillstore
aiskillstore
23014

architecture-navigator

Understand and navigate the DevPrep AI 7-folder architecture. Use this skill when asked about code organization, where to place new features, what modules exist, or when starting development tasks that need architecture context. Auto-triggers on keywords like "where should", "add module", "architecture", "structure", "organize", "place code", "what modules".

aiskillstore
aiskillstore
23014

ascii-visualizer

Creates beautiful ASCII art visualizations for plans, architectures, workflows, and data. This skill should be used when explaining system architecture, creating implementation plans, showing workflows, visualizing comparisons, or documenting file structures. NOT for code syntax highlighting or markdown tables. User explicitly loves ASCII art - use liberally for visual communication.

aiskillstore
aiskillstore
23014

brainstorming

Use when creating or developing anything, before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation

aiskillstore
aiskillstore
23014

code-review-playbook

Use this skill when conducting or improving code reviews. Provides structured review processes, conventional comments patterns, language-specific checklists, and feedback templates. Ensures consistent, constructive, and thorough code reviews across teams.

aiskillstore
aiskillstore
23014

database-schema-designer

Use this skill when designing database schemas for relational (SQL) or document (NoSQL) databases. Provides normalization guidelines, indexing strategies, migration patterns, and performance optimization techniques. Ensures scalable, maintainable, and performant data models.

aiskillstore
aiskillstore
23014

design-system-starter

Use this skill when creating or evolving design systems for applications. Provides design token structures, component architecture patterns, documentation templates, and accessibility guidelines. Ensures consistent, scalable, and accessible UI design across products.

aiskillstore
aiskillstore
23014

design-to-production

Guided workflow for implementing HTML design prototypes as production React components with glassmorphism styling and quality standards enforcement. Use when converting design prototypes to production code.

aiskillstore
aiskillstore
23014

devops-deployment

CI/CD pipelines, containerization, Kubernetes, and infrastructure as code patterns

aiskillstore
aiskillstore
23014

edge-computing-patterns

Deploy to edge runtimes (Cloudflare Workers, Vercel Edge, Deno Deploy) for globally distributed, low-latency applications. Master edge middleware, streaming, and runtime constraints for 2025+ edge computing.

aiskillstore
aiskillstore
23014

evidence-verification

This skill teaches agents how to collect and verify evidence before marking tasks complete. Inspired by production-grade development practices, it ensures all claims are backed by executable proof:...

aiskillstore
aiskillstore
23014

module-scaffolder

Scaffolds new feature modules in DevPrep AI following the 6-folder architecture with proper TypeScript interfaces, path aliases, and quality standards. Use when creating new domains like 'analytics', 'notifications', or any new feature module.

aiskillstore
aiskillstore
23014

observability-monitoring

Structured logging, metrics, distributed tracing, and alerting strategies

aiskillstore
aiskillstore
23014

performance-optimization

Full-stack performance analysis, optimization patterns, and monitoring strategies

aiskillstore
aiskillstore
23014

Page 713 of 1447 · 72311 results