All authors
wrysmil avatar

Claude Skills by wrysmil

github.com/wrysmil
20 skillsA× 19B× 10 installs4 views
Agent BrowserA

Browser automation for AI agents via inference.sh. Navigate web pages, interact with elements using @e refs, take screenshots, record video. Capabilities: web scraping, form filling, clicking, typing, drag-drop, file upload, JavaScript execution. Use for: web automation, data extraction, testing, agent browsing, research. Triggers: browser, web automation, scrape, navigate, click, fill form, screenshot, browse web, playwright, headless browser, web agent, surf internet, record video

ai-agentsjavascriptgo
0
3
Api And Interface DesignA

Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.

ai-agentstypescriptrust
0
3
Browser Testing With DevtoolsB

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.

ai-agentsjavascriptrust
0
3
Code Review And QualityA

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

ai-agentsrustgo
0
3
Document ReviewA

审查任何文档(规格、设计、计划)的完整性、清晰度和质量——特别是环境准备完整性时使用。触发词:review document, check document, audit spec, audit design, 审查文档, 检查文档, 文档审查

ai-agentscode-reviewapi
0
3
Doubt Driven DevelopmentA

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now than to debug later.

ai-agentsgoshell
0
3
Frontend Ui EngineeringA

Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

ai-agentsgoreact
0
3
GitA

组织级 Git 工作流:三主干(main / test / develop)、五类临时分支(feature / task / temp / bugfix / test)、多环境隔离、Angular 提交与 MR 流程;并涵盖日常安全操作(合并、变基、冲突、恢复)。在以下情况使用:(1)任务涉及上述分支、提测线、热修或版本标签;(2)需要写符合规范的提交说明或走合并请求;(3)需要避免误操作受保护分支或污染历史。

ai-agentsbashangular
0
3
GithubA

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

ai-agentsbashgit
0
3
Incremental ImplementationA

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.

ai-agentstypescriptgo
0
3
Interview MeA

Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or "why now"), when the user explicitly invokes ("interview me", "grill me", "are we sure?", "stress-test my thinking"), or when you catch yourself silently filling in ambiguous requirements before any plan, spec, or code exists.

ai-agentsgoreact
0
3
Observability And InstrumentationA

Instruments code so production behavior is visible and diagnosable. Use when adding logging, metrics, tracing, or alerting. Use when shipping any feature that runs in production and you need evidence it works. Use when production issues are reported but you can't tell what happened from the available data.

ai-agentstypescriptgo
0
3
OrchestrationA

多任务并行编排调度。已批准 plan +「开始实现」后并行派发 WU。平台无关;物理绑定见 platform/<platform>/bindings.md。触发:并行实现、多 task、开始实现、编排。

ai-agentssecurity
0
3
Performance OptimizationA

Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing.

ai-agentsjavascripttypescript
0
3
Requesting Code ReviewA

Harness 代码审查:WU 轻量审查与 GROUP 尾盘集体审查。完成实现、批次收尾、合并前使用。触发:review、审查、code-review、集体审查。

ai-agentscode-reviewgit
0
3
Security And HardeningA

Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.

ai-agentsjavascripttypescript
0
3
Shipping And LaunchA

Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

ai-agentsjavascripttypescript
0
3
Source Driven DevelopmentA

Grounds every implementation decision in project documentation AND official framework docs. Use before writing any code — check project artifacts first, then verify framework APIs. Prevents "retraining from scratch" each session.

developmenttypescriptpython
0
3
Test Driven DevelopmentA

Use when implementing any feature or bugfix, before writing implementation code

ai-agentstypescriptrust
0
3
Verification Before CompletionA

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

ai-agentsrustgo
0
3