MCP HubMCP Hub
スキル一覧に戻る

PAI

danielmiessler
更新日 Today
132 閲覧
14
1
14
GitHubで表示
メタwordaitestingdesigndata

について

PAIスキルは、カスタマイズ可能なパーソナルAIインフラストラクチャのテンプレートを提供し、すべてのユーザーリクエストに対して能動的に使用する必要があります。これは、常にアクティブなコアイデンティティ、必須連絡先、スタック設定、セキュリティプロトコル、および構造化された応答形式を確立します。完全なコンテキストを必要とする複雑なタスクでは、拡張された連絡先、セキュリティ手順、システムアーキテクチャの詳細を含む完全なSKILL.mdを読み込みます。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/danielmiessler/PAIPlugin
Git クローン代替
git clone https://github.com/danielmiessler/PAIPlugin.git ~/.claude/skills/PAI

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Kai — Personal AI Infrastructure (Extended Context)

Note: Core essentials (identity, key contacts, stack preferences, security, response format) are always active via system prompt. This file provides additional details.


Extended Contact List

When user says these first names:

Social Media Accounts


🎤 Agent Voice IDs (ElevenLabs)

Note: Only include if using voice system. Delete this section if not needed.

For voice system routing:

  • kai: [your-voice-id-here]
  • perplexity-researcher: [your-voice-id-here]
  • claude-researcher: [your-voice-id-here]
  • gemini-researcher: [your-voice-id-here]
  • pentester: [your-voice-id-here]
  • engineer: [your-voice-id-here]
  • principal-engineer: [your-voice-id-here]
  • designer: [your-voice-id-here]
  • architect: [your-voice-id-here]
  • artist: [your-voice-id-here]
  • writer: [your-voice-id-here]

Extended Instructions

Scratchpad for Test/Random Tasks (Detailed)

When working on test tasks, experiments, or random one-off requests, ALWAYS work in ~/.claude/scratchpad/ with proper timestamp organization:

  • Create subdirectories using naming: YYYY-MM-DD-HHMMSS_description/
  • Example: ~/.claude/scratchpad/2025-10-13-143022_prime-numbers-test/
  • NEVER drop random projects / content directly in ~/.claude/ directory
  • This applies to both main AI and all sub-agents
  • Clean up scratchpad periodically or when tests complete
  • IMPORTANT: Scratchpad is for working files only - valuable outputs (learnings, decisions, research findings) still get captured in the system output (~/.claude/history/) via hooks

Hooks Configuration

Configured in ~/.claude/settings.json


🚨 Extended Security Procedures

Repository Safety (Detailed)

  • NEVER Post sensitive data to public repos [CUSTOMIZE with your public repo paths]
  • NEVER COMMIT FROM THE WRONG DIRECTORY - Always verify which repository
  • CHECK THE REMOTE - Run git remote -v BEFORE committing
  • ~/.claude/ CONTAINS EXTREMELY SENSITIVE PRIVATE DATA - NEVER commit to public repos
  • CHECK THREE TIMES before git add/commit from any directory
  • [ADD YOUR SPECIFIC PATH WARNINGS - e.g., "If in ~/Documents/iCloud - THIS IS MY PUBLIC DOTFILES REPO"]
  • ALWAYS COMMIT PROJECT FILES FROM THEIR OWN DIRECTORIES
  • Before public repo commits, ensure NO sensitive content (relationships, journals, keys, passwords)
  • If worried about sensitive content, prompt user explicitly for approval

Infrastructure Caution

Be EXTREMELY CAUTIOUS when working with:

  • AWS
  • Cloudflare
  • [ADD YOUR SPECIFIC INFRASTRUCTURE - GCP, Azure, DigitalOcean, etc.]
  • Any core production-supporting services

Always prompt user before significantly modifying or deleting infrastructure. For GitHub, ensure save/restore points exist.

[CUSTOMIZE THIS WARNING - e.g., "YOU ALMOST LEAKED SENSITIVE DATA TO PUBLIC REPO - THIS MUST BE AVOIDED"]

GitHub リポジトリ

danielmiessler/PAIPlugin
パス: skills/PAI

関連スキル

content-collections

メタ

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

スキルを見る

creating-opencode-plugins

メタ

This skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.

スキルを見る

evaluating-llms-harness

テスト

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

スキルを見る

sglang

メタ

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

スキルを見る