- 15 skills
- 0 followers
- 2 days ago last updated
- ▌ Vercel React Best Practices · ven0m0 bundleReact 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.
- ▌ Kilo Config · ven0m0Help users configure and troubleshoot Kilo CLI, KiloCode Gateway, and agent settings. Use when discussing kilo.jsonc configuration, model selection, MCP servers, rules, or skills.
- ▌ Repo Analysis · ven0m0Analyze code repositories for structure, patterns, and issues. Use when exploring unfamiliar codebases, finding files, or understanding project architecture.
- ▌ Skill Creator · ven0m0 bundleGuide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends the agent's capabilities with specialized knowledge, workflows, or tool integrations.
- ▌ Vercel Deploy · ven0m0 bundleDeploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link.
- ▌ File Organizer · ven0m0Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.
- ▌ Hook Authoring · ven0m0Rules for writing Claude Code hook scripts in shell, Python, or JS under claude/hooks/. Use when creating or editing hook files.
- ▌ Agent Authoring · ven0m0Rules and patterns for writing agent definitions under claude/agents/. Use when creating or editing .md agent files.
- ▌ Frontend Design · ven0m0Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
- ▌ Agent Md Refactor · ven0m0Refactor bloated AGENTS.md, CLAUDE.md, or similar agent instruction files to follow progressive disclosure principles. Splits monolithic files into organized, linked documentation.
- ▌ Plugin Conventions · ven0m0Structural rules and conventions for authoring installable plugins in the claude-config marketplace. Use when creating or modifying anything under plugins/.
- ▌ Create Pull Request · ven0m0Create a GitHub pull request following project conventions. Use when the user asks to create a PR, submit changes for review, or open a pull request. Handles commit analysis, branch management, and PR creation using the gh CLI tool.
- ▌ Python Best Practices · ven0m0Apply Python best practices including type hints, error handling, and modern tooling. Use when writing or reviewing Python code.
- ▌ Web Design Guidelines · ven0m0Review 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".
- ▌ Dead Code Sweep · ven0m0Use when user wants to Find and remove genuine dead code using deadcode + vulture. Filters known false positives (dataclass fields, protocol methods, dunder hooks). Run before a cleanup commit.