원클릭으로
find-skills
Discover and install skills from the open agent skills ecosystem
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Discover and install skills from the open agent skills ecosystem
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Select and run proportionate validation for changes to apps/canvas-workspace. Use when iterating on Canvas Workspace code, finishing a feature or fix, preparing release evidence, or deciding whether a full performance report is necessary.
Deep-research a topic and build a structured Pulse Canvas workspace with approved research depth, source-backed findings, progressive or final canvas creation, spatially organized frames, content nodes, and connections. Use when the user asks to bootstrap, generate, research, organize, or build an AI-created canvas.
Extend an existing Pulse Canvas frame with local, source-backed research while preserving the surrounding canvas. Use when the user asks to research, enrich, expand, verify, update, or add sources/details inside a selected or named frame, rather than bootstrapping a whole new canvas.
Operate Pulse Canvas workspaces — read user-curated context, write results, create nodes
Add or change a Pulse Canvas capability that must be available through structured agent tools and the pulse-canvas CLI. Use for cross-workspace Capability Runtime changes spanning apps/canvas-workspace, packages/canvas-cli, or packages/cli, including new live read, operate, or unsafe application actions.
Run the canvas-workspace performance evaluation, publish the latest static dashboard through the local nginx/Cloudflare Tunnel route, capture a screenshot, and summarize the report. Use when the user asks to run Pulse Canvas/canvas-workspace perf checks, deploy the performance dashboard, refresh https://jasperhu.art/apps/canvas-perf/, or send a dashboard screenshot from Feishu/remote-server.
| name | find-skills |
| description | Discover and install skills from the open agent skills ecosystem |
| version | 1.1.0 |
| author | vercel-labs (adapted for Pulse Coder) |
This skill helps discover and install skills for common tasks.
Use this skill when the user:
The Skills CLI is commonly used as a package manager for open agent skills.
Common commands:
npx skills find [query] - search skills by keywordnpx skills add <owner/repo@skill> - install a specific skillnpx skills check - check for updatesnpx skills update - update installed skillsDefault to project scope in .agents/skills when installing via npx skills add.
Use these defaults unless the user explicitly asks otherwise:
npx skills add <owner/repo@skill> -ynpx skills add <owner/repo@skill> -g -yNotes:
npx skills installs to .agents/skills by default for project scope..pulse-coder/skills, .agents/skills, .coder/skills, and .claude/skills..agents/skills/<skill-name>.Identify:
Use a specific query:
npx skills find react performancenpx skills find pr reviewnpx skills find changelogWhen results are found, provide:
https://skills.sh)Install with project scope by default:
npx skills add <owner/repo@skill> -yUse global install only when requested:
npx skills add <owner/repo@skill> -g -yIf your runtime expects Pulse Coder local skills, place skill files under:
.pulse-coder/skills/<skill-name>/SKILL.md~/.pulse-coder/skills/<skill-name>/SKILL.mddeploy -> deployment / ci-cd)