🎯

websearch-quick

🎯Skill

from thomasholknielsen/claude-code-config

VibeIndex|
What it does

websearch-quick skill from thomasholknielsen/claude-code-config

websearch-quick

Installation

Install skill:
npx skills add https://github.com/thomasholknielsen/claude-code-config --skill websearch-quick
4
AddedJan 29, 2026

Skill Details

SKILL.md

Overview

# Claude Code Command System

A comprehensive development automation system built on the Domain Analyst Framework that

transforms Claude Code into a powerful, coordinated development environment.

🎨 Professional Output Styles

Transform Claude Code into specialized domain experts with our collection of 12 professional output styles.

Each style adapts Claude's communication to match industry-specific roles, terminology, and thinking patterns.

πŸ‘‰ [Professional Output Styles Collection](docs/output-styles.md) - Complete guide and style library

Categories Available:

  • Business & Strategy (3 styles) - Product Manager, Strategic Consultant, Marketing Strategist
  • Technical & Analysis (3 styles) - Data Scientist, Technical Writer, System Administrator
  • Creative & Design (3 styles) - Brand Voice Curator, Presentation Designer, UX Researcher
  • Operations & Compliance (3 styles) - Project Coordinator, Quality Assurance, Compliance Officer

πŸš€ Quick Start

New User? Start Here

πŸ‘‰ [User Guide](docs/user/user-guide.md) - Complete setup and usage guide

Important: After cloning, configure MCP servers in your ~/.claude.json:

πŸ‘‰ [MCP User Setup](MCP-USER-SETUP.md) - Required for full functionality

Developer? Extend the System

πŸ‘‰ [Developer Guide](docs/developer/developer-guide.md) - Architecture and customization

Want to See It in Action

πŸ‘‰ [Developer Workflows Guide](docs/typical-workflows.md) - Realistic workflows with review-lint-commit pattern

  • Visual diagrams showing workflow patterns, timing comparisons, and command orchestration
  • Real-world workflow examples with realistic task complexity
  • Performance analysis: Significantly faster with local review

πŸ—οΈ Architecture Overview

This system provides development automation via comprehensive domain analysts, streamlined command library, and cross-platform Python hooks,

with MCP integration (7 servers: Context7 for docs, Playwright for browser automation, fetch for web content, markitdown for document conversion, terraform for infrastructure, shadcn for UI components, sequential-thinking for enhanced reasoning).

Domain Analyst Framework

Research Analysts:

  • research-codebase-analyst - Comprehensive sequential codebase research across domains
  • research-web-analyst - Advanced web research and multi-source verification

Domain Analysts (45 total across 14 domains):

  • API: api-rest-analyst, api-graphql-analyst, api-docs-analyst
  • Database: database-analyst, database-sql-analyst, database-nosql-analyst, database-architecture-analyst
  • Frontend: frontend-analyst, frontend-react-analyst, frontend-nextjs-analyst, frontend-accessibility-analyst, frontend-shadcn-analyst
  • Code Quality: code-python-analyst, code-typescript-analyst, code-javascript-analyst, code-csharp-analyst, code-quality-analyst
  • Infrastructure: infrastructure-terraform-analyst, infrastructure-cloud-analyst, infrastructure-network-analyst, infrastructure-devops-analyst, infrastructure-monitoring-analyst
  • Mobile: mobile-react-native-analyst, mobile-flutter-analyst, mobile-ios-swift-analyst
  • Documentation: docs-analyst, docs-docusaurus-analyst
  • UI/UX: ui-ux-analyst, ui-ux-cli-analyst
  • Visualization: mermaid-analyst
  • Compliance: compliance-analyst
  • Standalone: architecture-analyst, security-analyst, performance-analyst, testing-analyst, refactoring-analyst, debugger-analyst, seo-analyst, product-roadmap-analyst
  • Engineering: prompt-analyst
  • Meta: agent-expert, command-expert, git-flow-analyst

Pattern: Analysts conduct extensive research β†’ persist to .agent/Session-{name}/context/{agent-name}.md β†’ return concise summaries

Command Categories (12 total)

  • */claude/** - Agent/command creation and system guidance
  • */docs/** - Documentation generation and maintenance
  • */explain/** - Code and architecture explanation
  • */git/**