Coding & Dev Tools

9,772 skills
voltagent
raycast
Documents the Raycast design system with color tokens, typography hierarchy, and surface modes for building consistent dark-mode interfaces.
50.9k · bundle
voltagent
webflow-inspired-design-analysis
Analyzes and documents Webflow's design language, including color palette, typography hierarchy, spacing system, and layout principles for use in design systems.
50.9k · bundle
voltagent
dell-1996-inspired
Recreates Dell.com's 1996 catalog-era design with a black page frame, flat color-block ribbon cards, chunky Helvetica-Black titles, Times Roman body copy, and hand-cut GIF stickers.
50.9k · bundle
remotion-dev
mediabunny
Extract audio and video metadata such as duration and dimensions using the Mediabunny library in the browser.
3.9k · bundle
remotion-dev
remotion-render
Renders videos and still images from Remotion compositions using the CLI, with guidance on transparent output.
3.9k · bundle
googlechrome
chrome-extensions
Build and publish production-quality Chrome extensions using Manifest V3 best practices, covering service workers, content scripts, side panels, and Chrome Web Store deployment.
1.6k · bundle
zhaoxuya520
reverse-skill-router
Routes reverse engineering, exploitation, penetration testing, malware, mobile, firmware, browser automation, documentation, and security tasks to the appropriate specialist skill. Use when a task spans modules or the correct reverse-skill entrypoint is unclear.
12.8k · bundle
zhaoxuya520
binary-diff
Migrates symbols and reverse-engineering results from an older binary version to a newer one using LLM-based structured diffing of disassembly and pseudocode, enabling rapid offset and function-name mapping when PDBs are missing.
12.8k · bundle
scottcjn
iota-agent-mcp
Connects AI coding agents to the IOTA blockchain with tools for wallet management, Move smart contract development, and on-chain data queries via JSON-RPC and GraphQL.
65 · bundle
wzyn20051216
ros-robotics
Develop, migrate, and debug ROS 1 and ROS 2 robotics projects with support for build systems, navigation, control, simulation, and embedded integration.
54 · bundle
momozi1996
anglee-perspective
李安导演风格顾问——无界求索的文化桥梁。 核心特征:东西方融合、伦理欲望 代表作品:《卧虎藏龙》《少年派的奇幻漂流》 触发词:「李安风格」「像李安那样拍」「李安视角」 适用场景:剧本创作、影像设计、叙事决策、风格参考
38 · bundle
momozi1996
johnnieto-perspective
杜琪峰导演风格顾问——冷峻宿命的黑色交响乐。 核心特征:静态张力、人性幽暗 代表作品:《枪火》《黑社会》 触发词:「杜琪峰风格」「像杜琪峰那样拍」「杜琪峰视角」 适用场景:剧本创作、影像设计、叙事决策、风格参考
38 · bundle
majiayu000
find
Locates files by name, type, size, permissions, and modification time, with options to execute commands on results.
567 · bundle
majiayu000
psql
Run SQL queries and psql meta-commands against PostgreSQL databases via the psql CLI, with options for file execution, tuples-only output, and timeouts.
567 · bundle
majiayu000
odoo-19
Index of Odoo 19 development guides covering actions, controllers, data files, decorators, fields, manifests, migrations, mixins, models, OWL components, performance, reports, security, testing, translation, transactions, and views.
567 · bundle
ecnu-icalk
using-git-worktrees
Creates isolated git worktrees with smart directory selection and safety verification before starting feature work.
559
ecnu-icalk
vue3
在Vue3环境中,将包含多个字典(对象)的列表转换为仅包含值的列表([[],[]])或包含索引的字典列表([{0:{}}, {1:{}}])。
559
ecnu-icalk
requesting-code-review
Triggers a code-review subagent after tasks, features, or before merging to catch issues early.
559 · bundle
ecnu-icalk
ciou-giou
Replaces GIoU with Complete IoU (CIoU) loss in PyTorch object tracking or detection tasks, combining overlap area, center-point distance, and aspect-ratio similarity for improved bounding-box regression.
559
ecnu-icalk
test-driven-development
Guides implementing features and bug fixes test-first, enforcing red-green-refactor with mandatory failure verification.
559 · bundle
ecnu-icalk
fefo
Designs a points account system supporting multiple point types, independent expiration times, and FEFO (first-expired-first-out) consumption logic, including database schema, data flow, balance display, and partial consumption handling.
559
the-oasis-project
install
Guides users through installing, configuring, and verifying the DAWN voice assistant, covering system dependencies, building, models, configuration, admin account, SSL, and optional features.
26
agentskillexchange
grpc-service-tool
Creates and manages gRPC services in Node.js using the official gRPC libraries and tools.
28
agentskillexchange
eslint-rule-enforcer
Enforces ESLint v9 flat config rules across monorepos by scanning changed files via git diff, applying auto-fixable rules, and generating per-package lint reports with severity breakdowns.
28
majiayu000
ams
Decodes ams-OSRAM MPN encoding patterns, including product families, package suffixes, and series extraction rules, with guidance for the AMSHandler.
567 · bundle
tinh2
e2e
Auto-detects the project's tech stack, then generates and runs exhaustive end-to-end tests for backend APIs and frontend UI flows, self-healing failures without user input.
13 · bundle
tinh2
retro
Runs a full retrospective and dev cycle analysis, chaining /recall and /new-features to reconstruct what went wrong, extract lessons learned, identify rework patterns, and synthesize feature ideas from the findings.
13
tinh2
dark-mode
Adds a complete dark mode to any frontend project: auto-detects the theme system, generates a WCAG-compliant dark palette, adds a toggle with system detection and persistence, migrates hardcoded colors to theme tokens, and verifies contrast ratios.
13
tinh2
design-build
Builds production-grade web or mobile interfaces with distinctive design, modern CSS, and purposeful motion, inferring intent from the codebase without asking questions.
13
tinh2
save-tokens
Builds a local knowledge graph of a codebase using tree-sitter and graph algorithms, then answers architecture questions by querying the graph instead of reading many files, saving tokens.
13
pranavnagrecha
lwc-security
Guides secure design and review of Lightning Web Components, covering DOM safety, Apex data exposure, and Lightning Web Security.
15 · bundle
pranavnagrecha
scoping-rules
Configures Salesforce scoping rules to set a default filtered view of records in list views, reports, and SOQL without removing user access.
15 · bundle
pranavnagrecha
fault-handling
Design, review, and troubleshoot Salesforce Flow fault handling with error logging and bulk-safe automation paths.
15 · bundle
pranavnagrecha
formula-fields
Design, review, and troubleshoot Salesforce formula fields with guidance on null handling, cross-object references, and performance.
15 · bundle
pranavnagrecha
flow-governance
Establishes operational standards for a Salesforce Flow portfolio, covering naming conventions, ownership, version discipline, retirement of stale flows, and release readiness checks.
15 · bundle
pranavnagrecha
lwc-quick-actions
Builds Lightning Web Components for record-page quick actions, covering screen actions with modals and headless actions with no UI, including lifecycle, recordId injection, and post-action UX.
15 · bundle