Trending Skills

The hottest skills gaining momentum in the community right now.

Showing 50233-50256 of 50484 skills
Cygnusfear

the-archivist

by Cygnusfear

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.

Code Gen 0 3mo ago
Cygnusfear

domain-first-architecture-delphi

by Cygnusfear

Use when architecture feels component-based but ownership is split across technical buckets (tables/init/debug), causing god files, duplicate paths, and hidden dependency flow.

Code Gen 0 3mo ago
Cygnusfear

requesting-code-review

by Cygnusfear

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

Automation 0 3mo ago
Cygnusfear

file-name-wizard

by Cygnusfear

Audit all filename and naming conventions in the codebase against AGENTS.md standards and common patterns. Use when user asks to check naming conventions, audit filenames, find naming inconsistencies, or validate file naming patterns.

Code Review 0 3mo ago
Cygnusfear

create-worker

by Cygnusfear

This skill should be used when creating custom agents for Claude Code, configuring specialized AI assistants, or when the user asks about agent creation, agent configuration, or delegating tasks to workers. Covers both file-based agents and teams delegation.

Agents 0 3mo ago
Cygnusfear

brainstorming

by Cygnusfear

"You MUST use this, UNLESS the human says otherwise, before any EXTENDED creative work (not simple execution) - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation."

Code Gen 0 3mo ago
Cygnusfear

create-pr

by Cygnusfear

Create a PR for this branch. ALWAYS links related issues and uses closing keywords to auto-close them on merge.

Code Gen 0 3mo ago
Cygnusfear

delphi

by Cygnusfear

This skill should be used when the user asks to "use delphi", "ask delphi", or wants multiple parallel oracle investigations of the same question to discover divergent insights. Delphi delegates to multiple oracle workers simultaneously with identical prompts, allowing them to independently explore and potentially discover different paths, clues, and solutions. Results are saved as tickets tagged research,delphi and synthesized into an epic ticket.

Academic 0 3mo ago
Cygnusfear

blitz

by Cygnusfear

This skill should be used when parallelizing multi-issue sprints using git worktrees and parallel agents. Use when tackling multiple GitHub issues simultaneously, when the user mentions "blitz", "parallel sprint", "worktree workflow", or when handling 3+ independent issues that could be worked on concurrently. Orchestrates the full workflow from issue triage through parallel agent delegation to sequential merge.

Agents 0 3mo ago
Cygnusfear

code-review

by Cygnusfear

This skill should be used when reviewing pull requests, performing comprehensive code review, analyzing code changes before merge, or when the user asks for thorough/ultra-critical code review. Performs EXTREMELY CRITICAL 6-pass analysis identifying runtime failures, code consistency issues, architectural problems, environment compatibility risks, and verification strategies. Posts structured review as GitHub PR comment. Use when user asks to "review PR", "review this code", "review changes", "check this PR", "analyze PR", "post review", or for Phase 3 of devflow. Supports parallel review mode with multiplier (code-review-3, code-review 6X) for consensus-based reviews. This is an ultra-critical reviewer that does not let things slip and desires only perfection.

Code Review 0 3mo ago
SomeoneWithOptions

frontend-design

by SomeoneWithOptions

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

Animation 0 3mo ago
VisualxIntelligence

jira

by VisualxIntelligence

Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like "jira", "issue", "ticket", "sprint", "backlog", or issue key patterns.

CLI Tools 0 4mo ago
VisualxIntelligence

plugin-forge

by VisualxIntelligence

Create and manage Claude Code plugins with proper structure, manifests, and marketplace integration. Use when creating plugins for a marketplace, adding plugin components (commands, agents, hooks), bumping plugin versions, or working with plugin.json/marketplace.json manifests.

Code Gen 0 4mo ago
VisualxIntelligence

writing-clearly-and-concisely

by VisualxIntelligence

Use when writing prose humans will read—documentation, commit messages, error messages, explanations, reports, or UI text. Applies Strunk's timeless rules for clearer, stronger, more professional writing.

Linting 0 4mo ago
VisualxIntelligence

skill-judge

by VisualxIntelligence

Evaluate Agent Skill design quality against official specifications and best practices. Use when reviewing, auditing, or improving SKILL.md files and skill packages. Provides multi-dimensional scoring and actionable improvement suggestions.

Agents 0 4mo ago
VisualxIntelligence

web-to-markdown

by VisualxIntelligence

"Use ONLY when the user explicitly says: 'use the skill web-to-markdown ...' (or 'use a skill web-to-markdown ...'). Converts webpage URLs to clean Markdown by calling the local web2md CLI (Puppeteer + Readability), suitable for JS-rendered pages."

Auth 0 4mo ago
VisualxIntelligence

mui

by VisualxIntelligence

Material-UI v7 component library patterns including sx prop styling, theme integration, responsive design, and MUI-specific hooks. Use when working with MUI components, styling with sx prop, theme customization, or MUI utilities.

Docker 0 4mo ago
VisualxIntelligence

requirements-clarity

by VisualxIntelligence

Clarify ambiguous requirements through focused dialogue before implementation. Use when requirements are unclear, features are complex (>2 days), or involve cross-team coordination. Ask two core questions - Why? (YAGNI check) and Simpler? (KISS check) - to ensure clarity before coding.

Automation 0 4mo ago
VisualxIntelligence

meme-factory

by VisualxIntelligence

Generate memes using the memegen.link API. Use when users request memes, want to add humor to content, or need visual aids for social media. Supports 100+ popular templates with custom text and styling.

API Dev 0 4mo ago
VisualxIntelligence

perplexity

by VisualxIntelligence

Web search and research using Perplexity AI. Use when user says "search", "find", "look up", "ask", "research", or "what's the latest" for generic queries. NOT for library/framework docs (use Context7) or workspace questions.

Embeddings 0 4mo ago
VisualxIntelligence

qa-test-planner

by VisualxIntelligence

Generate comprehensive test plans, manual test cases, regression test suites, and bug reports for QA engineers. Includes Figma MCP integration for design validation.

Debugging 0 4mo ago
VisualxIntelligence

professional-communication

by VisualxIntelligence

Guide technical communication for software developers. Covers email structure, team messaging etiquette, meeting agendas, and adapting messages for technical vs non-technical audiences. Use when drafting professional messages, preparing meeting communications, or improving written communication.

Code Review 0 4mo ago
VisualxIntelligence

react-useeffect

by VisualxIntelligence

React useEffect best practices from official docs. Use when writing/reviewing useEffect, useState for derived values, data fetching, or state synchronization. Teaches when NOT to use Effect and better alternatives.

Analytics 0 4mo ago
VisualxIntelligence

humanizer

by VisualxIntelligence

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases. Credits: Original skill by @blader - https://github.com/blader/humanizer

Automation 0 4mo ago