creator▌
99 indexed skills · max 10 per page
logo-creator
resciencelab/opc-skills · Backend
AI-powered logo design with iterative refinement, background removal, and SVG export. \n \n Guides users through discovery (style, ratio, colors) before generating 20 initial logo variations using AI image generation \n Includes batch generation, HTML preview gallery, and iterative feedback loops to refine designs across multiple rounds \n Provides post-processing tools: automatic whitespace cropping, background removal via remove.bg API, and vectorization to SVG format \n Requires three API key
semgrep-rule-creator
trailofbits/skills · Productivity
Custom Semgrep rule creation with test-driven validation and AST-guided pattern development. \n \n Guides iterative rule authoring: analyze problem, write tests first, inspect AST structure, build patterns, validate with semgrep --test , then optimize \n Prioritizes taint mode for data flow vulnerabilities (sources to sinks) over pattern matching to reduce false positives; supports switching between approaches as needed \n Enforces strict testing discipline: 100% test pass required, safe cases m
skill-creator
skillcreatorai/ai-agent-skills · Productivity
Skills are modular packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools.
cv-creator
erichowens/some_claude_skills · Productivity
Professional resume builder that transforms structured career data into ATS-optimized, professionally formatted resumes.
skill-creator
base/skills · Productivity
This skill provides guidance for creating effective skills.
xhs-note-creator
comeonzhj/auto-redbook-skills · Productivity
Create Xiaohongshu note content, design image cards, and publish posts with 8 themes and 4 pagination modes. \n \n Generates Xiaohongshu-optimized content (titles up to 20 characters, emoji-enhanced body text, SEO hashtags) from user requirements or provided materials \n Renders beautiful image cards (cover + content cards) using 8 design themes (sketch, geometric, brutalism, botanical, professional, retro, terminal, default) and 4 smart pagination modes (separator, auto-fit, auto-split, dynamic
patent-application-creator
robthepcguy/claude-patent-creator · Productivity
Complete end-to-end patent application creation from invention disclosure to USPTO-ready filing.
skill-creator
bobmatnyc/claude-mpm-skills · Productivity
Create effective skills that extend Claude's capabilities through specialized knowledge, workflows, and tools. Skills are modular packages that transform Claude from a general-purpose agent into a specialized agent with procedural knowledge for specific domains.
pr-creator
google-gemini/gemini-cli · Productivity
Guided pull request creation that enforces repository templates and safety standards. \n \n Enforces branch safety with critical checks to prevent commits and pushes to main \n Locates and applies repository-specific PR templates from .github/ directories, supporting multiple template variants \n Guides description drafting with template structure preservation, checklist completion, and issue linking \n Includes preflight validation via npm run preflight to catch build, lint, and test failures b
rust-skill-creator
zhanghandong/rust-skills · Backend
Dynamically generate skills for Rust crates and standard library documentation. \n \n Supports both agent mode (via /create-llms-for-skills and /create-skills-via-llms commands) and inline mode for skills-only installations \n Handles third-party crates (tokio, serde, axum) and Rust std library modules with automatic URL construction \n Generates SKILL.md files with overview, key types, common patterns, and reference documentation organized by module \n Includes URL templates and helpers for con