发现 Skills
为真实工作流程挑选经过整理的 Skill,连接、安装并开始使用。
dotnet-csharp-async-patterns
Writing async/await code. Task patterns, ConfigureAwait, cancellation, and common agent pitfalls.
dotnet-csharp-source-generators
Creating source generators. IIncrementalGenerator, GeneratedRegex, LoggerMessage, STJ source-gen.
dotnet-gha-build-test
Configuring .NET build/test in GitHub Actions. setup-dotnet, NuGet caching, test reporting.
dotnet-github-docs
Creating GitHub-native docs. README badges, CONTRIBUTING, issue/PR templates, repo metadata.
dotnet-testing-strategy
Deciding how to test .NET code. Unit vs integration vs E2E decision tree, test doubles.
add-voice-transcription
Add voice message transcription to NanoClaw using OpenAI's Whisper API. Automatically transcribes WhatsApp voice notes so the agent can read and respond to them.
convert-to-apple-container
Switch from Docker to Apple Container for macOS-native container isolation. Use when the user wants Apple Container instead of Docker, or is setting up on macOS and prefers the native runtime. Triggers on "apple container", "convert to apple container", "switch to apple container", or "use apple container".
kali-pentest
Execute authorized penetration testing via Kali Linux CLI tools over SSH or Docker. Covers: information gathering, vulnerability analysis, sniffing & spoofing, web/API testing, exploitation, password attacks, wireless, cloud-native security, RFID/NFC, VoIP/ICS, reverse engineering, forensics, post-exploitation/C2, and reporting (222 tools).
ocr-and-documents
Extract text from PDFs and scanned documents. Use web_extract for remote URLs, pymupdf for local text-based PDFs, marker-pdf for OCR/scanned docs. For DOCX use python-docx, for PPTX see the powerpoint skill.
workers-best-practices
Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrangler.jsonc, or checking for common Workers anti-patterns (streaming, floating promises, global state, secrets, bindings, observability). Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
architecture
Kubani architecture principles, patterns, and design decisions. Use this skill when making architectural decisions or understanding the system design.
Issues
GitHub issue triage and work selection. USE WHEN list issues, review issues, github issues, what should I work on, triage issues, open issues, issue list, work on next. Fetches open issues, categorizes them, and presents triage-ready selection.
Telos
Life OS and project analysis. USE WHEN TELOS, life goals, projects, dependencies, books, movies. SkillSearch('telos') for docs.
rubber-duck
When a user is stuck, frustrated, or describing a problem vaguely, do NOT immediately suggest solutions. First, force structured problem articulation through targeted questions: What did you expect? What happened instead? What have you tried? Only after the problem is clearly defined, propose solutions.
architecture-design
System architecture design, module partitioning, code refactoring, and technology stack selection. Core contents: three-tier architecture guidelines, business module decomposition, table design standards, and technology-stack prioritization decisions. Trigger scenarios: - Overall system architecture design - Module decomposition and structural planning for new business modules - Code layering and refactoring strategies - Dependency analysis and decoupling - Recommendations for architecture evolution paths - Domain boundary delineation and package structure design - Technology stack selection and solution decision-making Trigger words: architecture design, module partitioning, three-layer architecture, layering, domain division, refactoring, decoupling, dependency management, system design, code organization, tech stack, architecture evolution Notes: 1. For specific technology comparisons (e.g., Redis vs local cache) -> use tech-decision 2. For development of specific CRUD modules -> use crud-development 3. For database table creation and dictionary configuration -> use database-ops 4. This project is purely backend (no frontend code)
device-4b
Operate Device 4B hardware, including firmware download, flashing via fastboot, ADB control, serial monitoring with minicom, and JLink debugging. Use when working with Device 4B devices. Integrates with jira-crash for firmware retrieval and gdb-start for debugging.
reuters-multi-section-top10-zh-devtools
Extract headlines from Reuters sections, BBC News, Ars Technica, and TechCrunch Latest using Chrome DevTools, deduplicate by URL globally, and export Markdown to the current project folder.
项目汉化技能(hanhua)
This skill automatically translates comments, introductions, and descriptive content in a project into Chinese. It is suitable for many project types such as source code, container images, Helm Charts, and agent skills. Using AI, it produces high-quality translations that preserve the original meaning, directly replacing the original comment/description content, and can generate a before-and-after localization report.
component-refactoring
Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component --json` shows complexity > 50 or lineCount > 300, when the user asks for code splitting, hook extraction, or complexity reduction, or when `pnpm analyze-component` warns to refactor before testing; avoid for simple/well-structured components, third-party wrappers, or when the user explicitly wants testing without refactoring.
pi-coding-agent-sdk
Use this skill for all @earendil-works/pi-coding-agent, pi-coding-agent, Pi Coding Agent SDK, and Pi Agents SDK development questions. Trigger on createAgentSession, AgentSessionRuntime, defineTool, customTools, DefaultResourceLoader, custom skill injection, Skill.source/sourceInfo errors, AuthStorage, ModelRegistry, SettingsManager, SessionManager, in-memory test harnesses, streaming events, prompt queues, resource loading, SDK vs RPC, API key/OAuth setup, and TypeScript SDK mismatches. Do not use for unrelated translation, CSS/UI, React review, or general OAuth.
research-engineer
An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.
onboard
Thoroughly analyze and understand the current codebase to enable effective work on any task. Use when starting work in an unfamiliar repo.
frontend-patterns
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
frontend-design-1
Create 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.