use▌
15 indexed skills · max 10 per page
use-modern-go
jetbrains/go-modern-guidelines · Backend
!grep -rh "^go " --include="go.mod" . 2>/dev/null | cut -d' ' -f2 | sort | uniq -c | sort -nr | head -1 | xargs | cut -d' ' -f2 | grep . || echo unknown
use-my-browser
xixu-me/skills · Productivity
This is the main browser automation strategy skill for nontrivial web work. It teaches the agent when to stay on public-web tools, when to use the live browser session, and when to fall back to a separate browser or raw-fetch path.
use-railway
railwayapp/railway-skills · AI/ML
Complete Railway infrastructure management: projects, services, databases, deployments, environments, object storage, and troubleshooting. \n \n Operates across Railway's resource hierarchy: workspaces, projects, environments, services, buckets, and deployments with CLI context management \n Covers five operational domains: resource setup, code deployment, configuration management, health monitoring, and API/docs access \n Includes preflight authentication checks, context resolution, and multi-s
computer-use-agents
sickn33/antigravity-awesome-skills · Productivity
AI agents that perceive screens, reason about actions, and control computers like humans do. \n \n Implements the perception-reasoning-action loop: capture screenshot, analyze with vision-language model, execute mouse/keyboard operations, repeat \n Covers Anthropic's Computer Use (Claude 3.5 Sonnet and Opus 4.5), with tool support for screenshots, mouse/keyboard control, bash execution, and file editing \n Requires sandboxed environments (Docker containers with virtual desktops) to isolate agent
nextjs-use-search-params-suspense
wsimmonds/claude-nextjs-skills · Frontend
The useSearchParams hook requires TWO things:
use-agently
agentlyhq/use-agently · Productivity
use-agently is the CLI for Agently — a marketplace for AI agents. It is designed to be operated by AI agents as a first-class use case.
use-cases-page-generator
kostja94/marketing-skills · Productivity
Guides use case pages that bridge product features and real-world customer problems. Scenario-first is the primary organization. BOFU (bottom-of-funnel) pages for SaaS/B2B. Answer "when would I use it?" and "how does it help me?" — distinct from solutions (industry/outcome).
computer-use-agents
davila7/claude-code-templates · Productivity
The fundamental architecture of computer use agents: observe screen, reason about next action, execute action, repeat. This loop integrates vision models with action execution through an iterative pipeline.
figma-use
figma/mcp-server-guide · Productivity
Use the use_figma tool to execute JavaScript in Figma files via the Plugin API. All detailed reference docs live in references/.
react-use
hairyf/skills · Frontend
Essential React Hooks for sensors, UI, animations, side-effects, lifecycles, and state management. \n \n 30+ sensor hooks track browser APIs and device interfaces including geolocation, keyboard input, scroll position, network state, and device motion \n 9 UI hooks manage audio, video, fullscreen, drag-and-drop, speech synthesis, and click-away detection \n 8 animation hooks provide requestAnimationFrame loops, intervals, timeouts, spring dynamics, and tweening \n 16 side-effect hooks handle asy