Back to categories
Category

Agent Skills in category: Uncategorized

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

code-review

Use this skill as the FINAL step after writing or modifying code — reviews for logic bugs, architecture violations, security issues, and performance problems. Trigger after completing a feature, fixing a bug, before merging, or when asked to "review this code", "check my changes", or "is this ready to merge". Fixes issues directly and runs quality gates (lint, typecheck, build, tests). Delegates style to automation, focuses on what matters.

carvalab
carvalab
0

code-simplifier

Use this skill after writing or modifying code to simplify it — reduces complexity, eliminates redundancy, and improves naming while preserving exact behavior. Trigger after implementing a feature, after a refactor, or when asked to "clean up this code", "simplify this", "make this more readable", or "reduce complexity". Also use when code feels too nested, verbose, or hard to follow. For removing dead code and unused dependencies with detection tools (knip, ts-prune, deadcode), use refactor-cleaner instead.

carvalab
carvalab
0

doc-updater

Use this skill when documentation needs updating — after adding features, changing APIs, modifying architecture, or updating dependencies. Trigger on "update the docs", "generate codemap", "refresh the README", "document this", "update architecture docs", or when code changes make existing documentation stale. Generates codemaps from actual code, updates READMEs, architecture diagrams, and guides.

carvalab
carvalab
0

frontend-development

Use this skill for ANY task in a Next.js or React frontend codebase — adding pages, building components, fixing UI bugs, styling, handling forms, fetching data, or modifying layouts. Trigger even when the task is vague like "add this feature", "fix the UI", "make this page", or "update the form" — if the project has next.config.*, React components, or client-side TypeScript, this skill applies. Covers App Router, Server Components, Server Actions, MUI styling, Zod validation, caching, and design quality. When in doubt whether this is frontend work, use this skill.

carvalab
carvalab
0

kavak-documentation

Use this skill FIRST before implementing anything in a Kavak project — it provides internal platform documentation for architecture, kbroker events, STS auth, SDKs, databases, GitLab CI/CD, Docker configs, and workload creation. Trigger when planning features, designing services, configuring pipelines, writing Dockerfiles, or whenever you need Kavak-specific patterns instead of generic solutions. Query platform_docs_search before writing code.

carvalab
carvalab
0

refactor-cleaner

Use this skill to find and remove dead code, unused dependencies, duplicate logic, and unused exports using detection tools (knip, depcheck, ts-prune, deadcode, staticcheck). Trigger on "clean up dead code", "remove unused", "find dead code", "reduce bundle size", "dependency audit", or when the codebase feels bloated. For simplifying living code (readability, naming, complexity reduction) without detection tools, use code-simplifier instead. Use this skill during maintenance windows or before major refactors.

carvalab
carvalab
0

test-driven-development

Use this skill when writing new features, fixing bugs, or adding test coverage. Enforces Red-Green-Refactor — write the test first, then the code. Trigger on "add tests", "write tests first", "TDD", "test this feature", "fix this bug" (reproduce with a failing test first), or when starting any new implementation. Prevents testing anti-patterns like over-mocking, test-per-method, and tests that pass but verify nothing.

carvalab
carvalab
0

torque-refine

Use this skill for planning and requirements work — exploring ideas, improving prompts, creating PRDs, breaking features into tasks, or iterating on existing plans. Trigger on "plan this feature", "break this down into tasks", "create a PRD", "improve this prompt", "what should the subtasks be", "refine the requirements", or when a Jira ticket needs task breakdown with subtasks. Routes to 6 modes (Start, Improve, Summarize, PRD, Plan, Refine) based on intent.

carvalab
carvalab
0

grabbit

Control the Grabbit CLI to record browser interactions (HAR) and generate API workflows. Use this skill when the user wants to: (1) Automate browser actions, (2) Capture web traffic for API analysis, (3) Create deterministic workflows from browsing sessions, or (4) Learn how to use the Grabbit CLI commands.

colebanman
colebanman
2

documentation-structure

Documentation architecture for this repository. Use when creating, updating, or reviewing README.md, CONTRIBUTING.md, or docs/ files. Covers separation of concerns, vendor documentation standards, cross-references, and validation.

miroapp
miroapp
837

miro-code-review

Knowledge and patterns for effective code review visualization

miroapp
miroapp
837

miro-platform

Comprehensive guide to Miro as a visual collaboration platform. Covers canvas features, content types, AI capabilities, and enterprise use cases. For MCP tool documentation, see the miro plugin's skill (miro-mcp).

miroapp
miroapp
837

miro-spec-guide

Learn how to extract Miro specifications to local files and use them for AI-assisted planning and implementation. Use when working with Miro specs or when user wants to download board content for reference.

miroapp
miroapp
837

miro-mcp

This skill teaches how to use Miro MCP tools effectively for creating diagrams, documents, tables, and extracting context from Miro boards. Use when the user asks about Miro capabilities, wants to create content on Miro boards, or needs to work with Miro board data.

miroapp
miroapp
837

antdv-next

Antdv Next Vue 3 component library. Use when locating component API docs, props/events/slots, playground demos, or theme token definitions.

Antdv Next team
Antdv Next team
3

business-news-research-coordinator

Lead coordinator that orchestrates 5 news scraper agents in parallel to gather headlines from 15 top business news websites

rkreddyp
rkreddyp
1

industry-research

Comprehensive industry research skill providing methodologies, frameworks, and best practices for analyzing industry trends, key companies, market dynamics, and industry-specific developments across consumer, tech, healthcare, and finance sectors

rkreddyp
rkreddyp
1

slack-poster

Posts intelligent, topic-analyzed business news to Slack channels using threaded messages. Groups stories by themes and provides big-picture insights.

rkreddyp
rkreddyp
1

twitter-poster

Posts business news, reports, and insights to Twitter/X with intelligent formatting, thread support, and media attachments

rkreddyp
rkreddyp
1

webpage-screenshotter

High-resolution Playwright-based screenshot capture skill that takes full-page screenshots of any URL with optimized settings for quality and reliability

rkreddyp
rkreddyp
1

antv-l7

|

antvis
antvis
3,983661

swift-mvvm

Use when writing or refactoring Swift (SwiftUI/UIKit/AppKit) code to follow MVVM with a small, testable ViewModel. Triggers on: MVVM, ViewModel, ObservableObject, @Observable, Observation, AppKit, NSViewController, UIKit, state management, dependency injection, protocol adapters, refactor view logic, massive view model, testable, async/await, Combine, Swift Testing, #expect.

tobitech
tobitech
71

manim-scroll

Build and integrate scroll-driven Manim animations with pre-rendered assets, manifest generation, and the web runtime. Use when users ask about Manim scroll playback, render pipelines, native text animation, or integrating the runtime.

rgbmarya
rgbmarya
5

bun-first

Describes efficient usage of Bun and Bun APIs instead of Node.js (and its APIs)

academind
academind
3

clean-typescript

Write clean, efficient TypeScript code that follows common best practices

academind
academind
3

modern-accessible-html-jsx

Write clean, modern, and highly accessible HTML & JSX code, using semantically correct elements and attributes

academind
academind
3

modern-best-practice-nextjs

Build modern Next.js apps with App Router and best practices

academind
academind
3

modern-best-practice-react-components

Build clean, modern React components that apply common best practices and avoid common pitfalls like unnecessary state management or useEffect usage

academind
academind
3

use-modern-browser-apis

Utilize built-in browser APIs (like Popover API, View Transitions etc) instead of building features manually via JavaScript

academind
academind
3

modern-tailwind

Build clean, scalable UIs with Tailwind CSS using modern utilities and variants

academind
academind
3

web-security

Enforce web security and avoid security vulnerabilities

academind
academind
3

subway

클럽의 샌드위치 가게 - Subway 직원 클럽이 인터랙티브하게 샌드위치 주문을 받습니다

tmdgusya
tmdgusya
34

world-labs-api

World Labs Marble API integration - authentication, endpoints, models, and media uploads

cloudai-x
cloudai-x
21

world-labs-chisel

Chisel 3D blocking tool for world generation - geometry, walls, and reference models

cloudai-x
cloudai-x
21

world-labs-export

World Labs export formats - Gaussian splats, meshes, images, and engine integrations

cloudai-x
cloudai-x
21

world-labs-image-prompt

Single image input for world generation - requirements, best practices, and examples

cloudai-x
cloudai-x
21

world-labs-multi-image

Multi-image input with direction control and auto layout for world generation

cloudai-x
cloudai-x
21

world-labs-pano-video

Panorama and video input for world generation - maximum layout control

cloudai-x
cloudai-x
21

world-labs-studio

World Labs Studio - Compose multiple worlds, record camera animations, and expand boundaries

cloudai-x
cloudai-x
21

world-labs-text-prompt

Text-to-world generation best practices, prompt structure, style descriptors

cloudai-x
cloudai-x
21

example-skill

An example skill demonstrating the basic structure. Use when user asks about examples or templates.

chaiwithjai
chaiwithjai
1

code-review-preferences

Use when reviewing code, PRs, or discussing code quality standards. Applies team coding standards and review methodology.

chaiwithjai
chaiwithjai
1

domain-expertise-template

Template for creating domain expertise skills. Copy and customize for your specific domain.

chaiwithjai
chaiwithjai
1

standup-formatter

Use when generating standup reports, daily updates, or team status summaries. Formats work activity into concise standup format.

chaiwithjai
chaiwithjai
1

technical-decision-record

Use when making technical decisions, choosing technologies, or documenting architectural choices. Creates ADRs (Architecture Decision Records).

chaiwithjai
chaiwithjai
1

asyncreview

AI-powered GitHub PR/Issue reviews with agentic codebase access. Use when the user needs to review pull requests, analyze code changes, ask questions about PRs, or get AI feedback on GitHub issues.

asyncfuncai
asyncfuncai
38931

build-session-context

Build concise session context by extracting key information from project logs (CLAUDE.md, TASK_BOARD.md, MIGRATION_LOG.md, DEBUG_LOG.md, GIT_LOG.md, SKILLS_LOG.md) to provide token-efficient project status. Use when beginning work, returning after break, or needing quick project overview without reading full files.

dudusoar
dudusoar
1

create-playground

Create and maintain the interactive Streamlit playground for learning VRP-Toolkit through hands-on exploration. Use this skill when adding playground features, integrating new algorithms, or enhancing the learning experience.

dudusoar
dudusoar
1

create-tutorial

Create high-quality, progressive learning tutorials for VRP Toolkit. Use when the user requests creating tutorials, educational content, or learning materials for any VRP toolkit feature (problem creation, algorithm implementation, data generation, visualization, etc.). This skill ensures tutorials follow best learning practices with progressive disclosure, hands-on examples, and clear explanations.

dudusoar
dudusoar
1

git-log

Generate appropriate commit messages and maintain git log documentation. Use when preparing to commit changes, reviewing git history, or maintaining project change documentation. Provides commit message generation, git log maintenance, and quick command reference.

dudusoar
dudusoar
1

Page 276 of 1445 · 72246 results