Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

side-quest-plugins

side-quest-plugins 收录了来自 nathanvale 的 24 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
24
Stars
0
更新
2026-02-27
Forks
0
职业覆盖
6 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

skills-guide
软件开发工程师

Knowledge bank for building Claude Code skills -- skill anatomy, SKILL.md authoring, frontmatter fields, progressive disclosure, design patterns, distribution, and troubleshooting. Triggers on: build a skill, create a skill, write a skill, SKILL.md, skill frontmatter, what goes in SKILL.md, skill not loading, my skill isn't working, skill not triggering, get started with skills, how do skills work, skill structure, skill folder, skill description, skill name, allowed-tools, disable-model-invocation, user-invocable, argument-hint, context fork, skill subagent, progressive disclosure, reference files, bundled resources, skill patterns, distribute skill, share skill, publish skill, install skill, personal skill, project skill, plugin skill, enterprise skill, skill-creator, skill conventions, skill best practices, what is a skill, local vs project skill, skill testing, skill debugging.

2026-02-27
the-desk
新闻分析师、记者与新闻从业者

Grizzled 1920s city editor who runs every newsroom assignment in character. Greets the user as "Chief", confirms the angle in punchy newspaper slang, then orchestrates the right agents for the job. Currently handles investigation assignments (topic research across Reddit, X, and the web). Use when user asks "what are people saying about X", "best X recommendations", "what's the buzz around X", "X vs Y", "research X", "look into X", "find out about X", "has anyone tried X", "what's the latest on X", or any topic research query.

2026-02-27
design-guide
软件开发工程师

Dashboard and UI design knowledge bank with Tailwind CSS v4 patterns, dark-mode color systems, component anatomy, and 2026 design trends. Use when building dashboards, monitoring UIs, admin panels, or any Tailwind dark-mode interface. Triggers on: "dashboard", "dark mode", "design tokens", "metric cards", "status badges", "Tailwind patterns", "color palette", "design system", "observability UI", "monitoring dashboard", "event feed", "real-time UI", "virtual scrolling", "skeleton screen", "loading state", "shadcn-vue", "Vue dashboard", "WebSocket performance", "animation dashboard", "accessibility", "WCAG", "color blind", "screen reader", "aria-live", "focus management", "reduced motion", "DataTable", "Unovis charts", "shadcn theming", "Tailwind v4 migration", "chart library", "Unovis", "ApexCharts", "ECharts", "sparkline", "data visualization", "dashboard layout", "resizable panels", "Splitpanes", "Gridstack", "collapsible sidebar", "container queries", "CSS Grid dashboard", "drag to rearrange", "responsive d

2026-02-23
hooks
软件开发工程师

Knowledge bank for Claude Code hooks - event lifecycle, hook types, configuration, community patterns, best practices, and troubleshooting. Triggers on: claude code hooks, hook events, PreToolUse, PostToolUse, SessionStart, UserPromptSubmit, hook configuration, settings.json hooks, auto-format hook, command hook, prompt hook, agent hook, hook not working, hook debug, PermissionRequest, SubagentStart, SubagentStop, Stop hook, PreCompact, SessionEnd.

2026-02-23
mcp-guide
软件开发工程师

Knowledge bank for Claude Code MCP servers -- setup, installation scopes, Tool Search, lazy loading, configuration, plugin MCP servers, managed policies, best practices, and troubleshooting. Triggers on: MCP server, MCP tools, add MCP, install MCP, .mcp.json, mcp configuration, mcp scope, local vs project vs user MCP, Tool Search, lazy loading, ENABLE_TOOL_SEARCH, MCP output limits, MAX_MCP_OUTPUT_TOKENS, MCP timeout, MCP not working, MCP server not connecting, mcp permission, managed-mcp.json, allowedMcpServers, deniedMcpServers, MCP in plugin, plugin MCP server, MCP resources, MCP prompts, remote MCP, SSE, stdio, HTTP MCP, MCP vs skills, when to use MCP, MCP cost, MCP context, mcp-server, connect tool, external tool.

2026-02-23
skill-builder
软件开发工程师

Interactive skill builder that scaffolds complete Claude Code skills end-to-end. Collaborates to understand your idea, recommends the best pattern, then creates all files: SKILL.md with frontmatter, references/, scripts/, assets/. Use when: build me a skill, scaffold a skill, create a new skill, make a skill, help me build a skill, new skill from scratch, skill setup, set up a skill, I have an idea for a skill, skill scaffolding, generate a skill.

2026-02-23
skill-reviewer
软件开发工程师

Staff-engineer-level review of Claude Code skills with structured grading and actionable uplift recommendations. Reads a skill, grades it across 8 dimensions (structure, description, body, invocation, progressive disclosure, triggers, content strategy, plugin integration), then generates a comprehensive remediation prompt you can use to fix everything. Use when: review my skill, audit a skill, grade my skill, skill review, is my skill good, what's wrong with my skill, improve my skill, uplift skill, skill health check, skill quality check, critique my skill, rate my skill.

2026-02-23
skill-smoketest
软件质量保证分析师与测试员

Functional smoke testing for Claude Code skills. Reads a skill, extracts its features and capabilities, generates targeted test cases, then spawns subagents to exercise each feature in isolation. Tests what the skill can DO, not whether it follows conventions. Use when: smoke test my skill, test my skill, does my skill work, run skill tests, test skill features, functional test, exercise my skill, skill smoke test, verify my skill works, can my skill actually do this, skill QA.

2026-02-23
subagents-guide
软件开发工程师

Knowledge bank for Claude Code sub-agents -- built-in agents, custom agent configuration, agent teams, context isolation, costs, model selection, and troubleshooting. Triggers on: sub-agent, subagent, Task tool, spawn agent, agent teams, custom agent, create an agent, configure agent, agent frontmatter, agent memory, persistent memory, agent hooks, permissionMode, context isolation, background agent, foreground agent, resume agent, agent costs, agent tokens, CLAUDE_CODE_SUBAGENT_MODEL, agent team, teammate, delegate mode, agent not working, agent not spawning, subagent error, MCP in subagent, when to use subagent, subagent vs skill, subagent vs agent team, Task(agent_type), disallowedTools, bypassPermissions, explore agent, plan agent, general-purpose agent, agent model selection, maxTurns, SubagentStart hook, SubagentStop hook, preload skills into agent.

2026-02-23
api-contracts
软件开发工程师

Knowledge skill for API contracts and endpoint patterns. Injected into Builder and Validator agents during engage to enforce consistent API design, error handling, and request/response schemas. Not user-invocable.

2026-02-17
project-conventions
软件开发工程师

Knowledge skill for project conventions and coding standards. Injected into Builder and Validator agents during engage to enforce consistent style, naming, and structure. Not user-invocable.

2026-02-17
sidequest-core
软件开发工程师

Knowledge skill for SideQuest core utilities. Injected into Builder and Validator agents during engage to provide context about available utilities, patterns, and anti-patterns. Not user-invocable.

2026-02-17
testing-patterns
软件质量保证分析师与测试员

Knowledge skill for testing patterns and best practices. Injected into Builder and Validator agents during engage to enforce test quality, mock hygiene, and resource cleanup. Not user-invocable.

2026-02-17
computer-operations
网络与计算机系统管理员

Ship's Computer operational protocols. Voice rules, budget enforcement, telemetry contract, report format, and operational constraints. Preloaded into every Computer CPU via skills frontmatter.

2026-02-17
program-api-reference
软件开发工程师

API reference generation program. Injected dynamically into Computer CPUs by the dispatching station. Defines analysis approach, export extraction, and output template for API reference documentation.

2026-02-17
program-code-review
软件质量保证分析师与测试员

Code review program. Injected dynamically into Computer CPUs by the medical station. Defines analysis approach, priority read order, check categories, and output template for code review reports.

2026-02-17
program-readme
软件开发工程师

README generation program. Injected dynamically into Computer CPUs by the dispatching station. Defines analysis approach, priority read order, and output template for README documentation following community best practices.

2026-02-17
program-refactor-analysis
软件开发工程师

Refactoring analysis program. Injected into Ship's Computer CPUs by the engineering station for code improvement recommendations. Analyzes complexity, duplication, and coupling to produce a prioritized refactoring plan.

2026-02-17
program-security-scan
信息安全分析师

Security scanning program (stub). Will be injected into Computer CPUs by the medical station for vulnerability assessment.

2026-02-17
engineering-station
软件开发工程师

Mr. Scott's engineering station. Refactoring analysis and code improvement. Scotty takes over the conversation -- his own voice, confirmation, reconnaissance, dispatch, and presentation.

2026-02-17
medical-station
软件质量保证分析师与测试员

Dr. McCoy's medical station. Code review and diagnostics. McCoy takes over the conversation -- his own voice, confirmation, reconnaissance, dispatch, and presentation.

2026-02-17
the-bridge
作家与作者

Spock from Star Trek, speaking fully in character. Addresses the user as "Captain", never uses contractions, speaks with Vulcan precision and logic. Handles documentation, planning, and code analysis assignments. Greets the Captain in Spock's voice before doing anything else. Not for codebase exploration, code review routing, or implementation.

2026-02-17
web-scraping
软件开发工程师

Web scraping guide for sub-agents. Covers Firecrawl CLI fallback scraping when WebFetch fails (JS-heavy sites, anti-bot walls, 403 errors, empty content) and advanced capabilities like structured data extraction with Zod schemas, multi-page crawls, and search-plus-scrape. Use when WebFetch returns garbage or empty pages, when you need typed data from a page (prices, features, specs), or when you need to ingest multiple pages from a site.

2026-02-17
git-expert
软件开发工程师

Git workflow expert — conventional commits, history exploration, worktree management, PR creation, squash, and safety. Activates for any git-related task including committing, branching, history, and repository analysis.

2026-02-12