with one click
agent-config
agent-config contains 20 collected skills from CXwudi, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Agent Skill for planning implementation work into comprehensive, testable steps. Use before implementation to create a clear roadmap for execution.
Agent Skill for writing and reviewing durable design specs. Use when the user asks to write, formalize, save, review, or approve a spec, design document, RFC, or implementation-ready proposal. If the direction is still vague or unsettled, use `brainstorming` first before producing the spec. If the direction is already clear and no spec is needed, use `plan`.
Agent Skill for spawning new AI agents with interactive TUI in tmux. Use when work can be offloaded to new or existing AI agents (exploration, code review, second opinions, parallel work, etc.). Can also be used if spawning new agents with different model families (e.g. Spawn GPT models when you are Claude Code, Spawn Claude models when you are Codex, Or spawn any other models (e.g. DeepSeek, Gemini) with Pi). Prefer harness's own subagent tools when no need for a different model.
Agent Skill for OpenCLI. Use when the user wants to control websites through the `opencli` CLI, run or inspect OpenCLI site/app/external adapters, use the OpenCLI browser bridge/CDP automation
Agent Skill for collaborative brainstorming and design exploration. Use when the user wants to think through an idea, compare options, clarify trade-offs, or get a quick recommendation, without forcing a written artifact. If the user wants a saved, reviewed design spec, use `design-spec`.
Agent Skill for working with Python. Use when writing, editing, or reviewing Python code and scripts.
Agent Skill for browser automation over the Chrome DevTools Protocol connection. Use when a task requires interacting with or inspecting live web pages, forms, UI behavior, or any scraping tasks like data extraction, form filling, etc, or any browser automation tasks.
Agent Skill for syntax-aware code search using `ast-grep`. Use when searching for code. Good at finding code patterns, structures, or relationships that are difficult to express with plain text search
Agent Skill for safely handling the git commit process. Use whenever the user asks to create commits
Agent Skill for DeepWiki via MCPorter. Use when answering questions about a GitHub repository's architecture, codebase structure, or implementation details.
Agent Skill for web crawl. Use only when built-in web crawl tools are unavailable or failed, and the task needs to fetch content from URL
Agent Skill for web search. Use only when built-in web search tools are unavailable or failed, and the task requires web search
Agent Skill for uploading files to Gemini File API and questioning them with Gemini models. Use when a task requires analyzing, transcribing, or asking questions about files (video, audio, images, PDFs, documents, etc.)
Agent Skill for Google Workspace CLI. Use when the user wants to interact with Google Workspace services supported by `gws`, including Gmail, Calendar, Drive, Sheets, Docs, Tasks, People, Chat, Meet, Forms, Keep, Admin, Apps Script, workflows, or other Google Workspace APIs.
Agent Skill for finalizing markdownlint-compliant Markdown. Use before git commit, when the user indicates the task is done, when you complete a meaningful phase of work, or when the user explicitly requests Markdown cleanup.
Agent Skill for calling MCP servers through MCPorter. Use when need to call MCP tools.
Agent Skill for inspecting OpenAPI specs. Use before making REST API calls. This skill is usually invoked by other skills, commands or tasks, but user can also directly invoke this skill for other purposes.
Agent Skill for recording references in a proper, consistent format. Use in any situation where listing references can be beneficial, such as creating a new chat session, handing a prompt to a new AI agent, compacting chat history, or preparing summaries and reports, and etc. The purpose of references is to provide a catalog of resources. This skill is usually invoked by other skills, commands or tasks, but user can also directly invoke this skill for other purposes.
Agent Skill for creating new skills according to the official specification. Use when asked to create or update a skill, and follow specifications from https://agentskills.io/.
Agent Skill for YouTrack via RestAPI. Use when interacting with YouTrack.