Skip to main content
Manusで任意のスキルを実行
ワンクリックで
Aznatkoiny
GitHub クリエイタープロフィール

Aznatkoiny

3 件の GitHub リポジトリにある 22 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
22
リポジトリ
3
更新
2026-07-26
リポジトリエクスプローラー

リポジトリと代表的な skills

prompt-optimizer
ソフトウェア開発者

Optimize prompts for Claude's latest models (Claude 5 family — Opus 5, Sonnet 5, Fable 5 — plus the still-active Opus 4.8, Sonnet 4.6, and Haiku 4.5) using Anthropic's official prompt-engineering guidance. Use when users want to improve, refine, debug, or create prompts or system prompts for Claude. Triggers include requests to optimize/fix/refine a prompt, make a prompt more effective, write a system prompt, improve instruction following, control verbosity or output formatting, tune effort or thinking depth, fix tool-use/agentic/subagent behavior, migrate prompts to a newer Claude model, or migrate away from prefilled responses. Also use when users report Claude being too verbose, ignoring or partially applying instructions, over- or under-using tools, overthinking, overengineering, spawning too many subagents, hallucinating about code, or producing generic "AI slop" output.

2026-07-26
reinforcement-learning
データサイエンティスト

Reinforcement Learning best practices for Python using modern libraries (Stable-Baselines3, RLlib, Gymnasium). Use when: - Implementing RL algorithms (PPO, SAC, DQN, TD3, A2C) - Creating custom Gymnasium environments - Training, debugging, or evaluating RL agents - Setting up hyperparameter tuning for RL - Deploying RL models to production

2026-07-26
resume-updater
人事スペシャリスト

Conversational skill that interviews the user to capture professional experience and build/update their career-profile.json. Use when the user says "update my resume", "add my recent experience", "refresh my profile", "capture my work history", "build my resume", "add a new job to my resume", or wants to create or modify their professional profile data. When to Use: - User wants to add new experience, skills, projects, or achievements - User wants to create their career profile from scratch - User wants to update existing profile entries - User mentions they changed jobs, got promoted, or completed a project When NOT to Use: - User wants to generate/format a resume (use /resume-generator command) - User wants career advice (use career-director agent) - User wants to search for jobs (use job-search agent)

2026-07-26
consulting-frameworks
マネジメントアナリスト

Core consulting thinking frameworks and methodologies for structuring business problems, communicating findings, analyzing strategy, building financial models, and designing operations. Use when any agent or command needs to apply MECE decomposition, pyramid principle, hypothesis-driven analysis, issue trees, SCR communication, Porter's Five Forces, TAM/SAM/SOM market sizing, value chain analysis, NPV/IRR decision criteria, build/buy/partner evaluation, RACI matrices, synergy sizing, valuation triangulation, price-volume-mix decomposition, discount waterfalls, or any standard consulting framework. This skill provides procedural guidance — not just framework names, but how to apply them correctly.

2026-07-26
real-estate-investment
財務・投資アナリスト

End-to-end real estate investment analysis skill. Use when users ask to analyze a property deal, run the numbers on a rental, evaluate real estate investments, build a pro forma, compare markets, calculate cap rate, cash-on-cash return, IRR, NOI, DSCR, equity multiple, or GRM. Also triggers on: BRRRR analysis, house hack evaluation, short-term rental (STR/Airbnb) analysis, commercial underwriting, multifamily deal analysis, syndication waterfall modeling, Monte Carlo simulation, sensitivity analysis, 1031 exchange planning, cost segregation, depreciation, real estate tax strategy, market comparison and scoring, rental property screening, deal screening, investor report generation, real estate financial modeling, rent-to-price analysis, development feasibility, value-add underwriting, API integration for real estate data (Census, Redfin, Rentcast, Mashvisor, AirDNA, ATTOM), or any real estate investment financial analysis task.

2026-07-26
cpp-reinforcement-learning
データサイエンティスト

C++ Reinforcement Learning best practices using libtorch (PyTorch C++ frontend) and modern C++17/20. Use when: - Implementing RL algorithms in C++ for performance-critical applications - Building production RL systems with libtorch - Creating replay buffers and experience storage - Optimizing RL training with GPU acceleration - Deploying RL models with ONNX Runtime

2026-07-26
deep-learning
データサイエンティスト

Comprehensive guide for Deep Learning with Keras 3 (Multi-Backend: JAX, TensorFlow, PyTorch). Use when building neural networks, CNNs for computer vision, RNNs/Transformers for NLP, time series forecasting, or generative models (VAEs, GANs). Covers model building (Sequential/Functional/Subclassing APIs), custom training loops, data augmentation, transfer learning, and production best practices.

2026-07-26
openclaw-setup
ネットワーク・コンピュータシステム管理者

Set up, install, configure, and deploy OpenClaw (formerly ClawdBot/MoltBot) — a personal AI assistant that runs on your own devices and connects to messaging channels. Use when users ask to "set up OpenClaw," "install ClawdBot," "install MoltBot," "deploy a personal AI assistant," "configure OpenClaw on Mac," "deploy OpenClaw to VPS," "set up OpenClaw on Hostinger," "connect OpenClaw to Telegram," "configure iMessage with OpenClaw," or any variation involving OpenClaw installation, gateway configuration, channel setup, Anthropic auth, or security hardening. Also triggers on "openclaw onboard," "openclaw doctor," "openclaw security audit," troubleshooting OpenClaw deployments, OpenClaw security, OpenClaw cost control, or ClawHub skills safety.

2026-07-26
このリポジトリの収集済み skills 9 件中、上位 8 件を表示しています。
claude-code-best-practices
プロジェクト管理専門家

Comprehensive guide for optimizing Claude Code workflows and effectiveness. Use when writing or improving CLAUDE.md files, managing context windows, crafting effective prompts, running parallel sessions, debugging workflow issues, or improving Claude Code productivity. Covers the explore-plan-code workflow, verification strategies, context management, prompt engineering, session management, and scaling with parallel sessions. Trigger phrases: "best practices", "CLAUDE.md", "context management", "context window", "prompt engineering", "parallel sessions", "Claude Code tips", "effective workflow", "explore-plan-code", "verification strategies", "session management", "fan out", "headless mode", "subagents", "course correct", "rewind".

2026-02-11
claude-code-troubleshooting
ソフトウェア開発者

Comprehensive troubleshooting guide for diagnosing and fixing Claude Code issues across installation, runtime, and plugin systems. Use when troubleshooting Claude Code issues, fixing installation problems, resolving runtime errors, debugging plugin issues, or diagnosing configuration problems. Trigger phrases: "troubleshoot", "not working", "error", "installation issue", "permission denied", "plugin not loading", "skill not triggering", "hook not firing", "MCP server error", "WSL issue", "npm error", "command not found", "Claude Code problem", "debug", "sandbox error", "socat", "bubblewrap", "authentication issue", "API key", "context window", "search not working", "IDE not detected", "JetBrains", "ripgrep", "doctor", "reset config", "high CPU", "memory usage", "freeze", "hang", "PATH issue", "nvm conflict", "node not found", "Git Bash".

2026-02-11
extending-claude-code
ソフトウェア開発者

Comprehensive guide for extending Claude Code with custom functionality. Use when deciding how to extend Claude Code, comparing extension mechanisms, creating output styles, or running Claude Code programmatically. Trigger phrases: "extend Claude Code", "which extension", "CLAUDE.md vs skill", "subagent vs team", "output style", "custom output", "programmatic Claude", "Agent SDK", "claude -p", "headless mode", "structured output", "CI/CD integration", "MCP vs skill", "hook vs skill", "plugin packaging".

2026-02-11
hooks-automation
ソフトウェア開発者

Comprehensive guide to Claude Code hooks — the system for running shell commands, LLM prompts, or subagents automatically at specific points in Claude Code's lifecycle. Use when creating, configuring, debugging, or understanding Claude Code hooks. Trigger phrases: "create a hook", "hook configuration", "hooks.json", "PreToolUse", "PostToolUse", "SessionStart", "hook events", "hook matchers", "automate with hooks", "prompt hooks", "agent hooks", "hook lifecycle", "UserPromptSubmit", "PermissionRequest", "PostToolUseFailure", "SubagentStart", "SubagentStop", "Stop hook", "TeammateIdle", "TaskCompleted", "PreCompact", "SessionEnd", "Notification hook". Also for blocking dangerous commands, auto-formatting code, desktop notifications, file protection, context re-injection after compaction, async hooks, MCP tool hooks, and hook debugging.

2026-02-11
mcp-integration
ソフトウェア開発者

Comprehensive guide for setting up and managing MCP (Model Context Protocol) servers in Claude Code. Use when configuring MCP servers, connecting external services via MCP, setting up .mcp.json files, choosing between stdio/HTTP/SSE transports, authenticating with remote MCP servers, bundling MCP servers in plugins, managing MCP scopes (local/project/user), using MCP resources and prompts, configuring managed MCP for organizations, or troubleshooting MCP connections. Trigger phrases: "MCP server", "Model Context Protocol", ".mcp.json", "connect external service", "MCP in plugin", "stdio transport", "SSE transport", "HTTP transport", "remote MCP", "MCP authentication", "MCP tools", "claude mcp add", "MCP OAuth", "MCP scope", "managed MCP", "MCP tool search", "MCP resources", "MCP prompts".

2026-02-11
plugin-development
ソフトウェア開発者

Comprehensive guide for creating, modifying, testing, releasing, and maintaining Claude Code plugins. Use when creating a plugin, defining plugin structure, writing plugin.json manifests, publishing to marketplaces, installing plugins, setting up plugin directories, distributing plugins to teams, migrating standalone configurations to plugin format, or working with plugin components like skills, agents, hooks, MCP servers, and LSP servers. Trigger phrases: "create a plugin", "plugin structure", "plugin.json", "marketplace", "install plugin", "plugin directory", "distribute plugin", "plugin manifest", "plugin marketplace", "migrate to plugin", "plugin components", "LSP plugin".

2026-02-11
skills-authoring
ソフトウェア開発者

Guide for creating, configuring, and distributing Claude Code skills. Use when the user asks about writing skills, creating custom slash commands, building SKILL.md files, skill frontmatter, skill configuration, skill arguments, skill invocation control, skill supporting files, skill templates, skill directory structure, dynamic context injection in skills, subagent skills, context fork, sharing skills via plugins, skill troubleshooting, disable-model-invocation, user-invocable settings, allowed-tools in skills, or extending Claude with custom capabilities. Also triggers for: "create a skill", "write a skill", "new slash command", "custom command", "how do skills work", "skill not triggering", "skill triggers too often", "$ARGUMENTS", "pass arguments to skill".

2026-02-11
subagents-and-teams
ソフトウェア開発者

Comprehensive guide to creating custom subagents and orchestrating agent teams in Claude Code. Use when creating custom subagents, configuring agent teams, understanding built-in subagents, or choosing between subagents and teams. Trigger phrases: "create a subagent", "custom agent", "agent teams", "built-in subagents", "Explore agent", "Plan agent", "agent configuration", "subagent tools", "permission modes", "agent frontmatter", "team coordination", "parallel agents", "delegate mode", "subagent hooks", "agent memory", "Task tool", "spawn teammates", "subagent vs team", "agent team display mode", "tmux agents", "agent team tasks".

2026-02-11
optimizing-claude-code-prompts
ソフトウェア開発者

Turn a rough or vague request to Claude Code into a precise, repo-grounded, high-performing prompt. Use when the user wants help phrasing, drafting, improving, optimizing, tightening, or "making better" a prompt/request/instruction for Claude Code; when the user pastes a draft and asks how to word it; when a prompt already ran and Claude did the wrong thing (diagnose and fix it); or when Claude Code keeps missing the mark — doing too much, ignoring constraints, solving the wrong problem, over-engineering, or needing many back-and-forth rounds. Triggers include "optimize this prompt", "help me ask Claude to…", "rewrite my request", "why did Claude do that", "how should I word this", "make this prompt clearer".

2026-07-12
optimizing-codex-prompts
その他コンピュータ職

Turn a rough or vague request to Codex into a precise, repo-grounded, high-performing prompt. Use when the user wants help phrasing, drafting, improving, optimizing, tightening, or "making better" a prompt/request/instruction for Codex; when the user pastes a draft and asks how to word it; when a prompt already ran and Codex did the wrong thing (diagnose and fix it); or when Codex keeps missing the mark — doing too much, ignoring constraints, solving the wrong problem, over-engineering, or needing many back-and-forth rounds. Triggers include "optimize this prompt", "help me ask Codex to…", "rewrite my request", "why did Codex do that", "how should I word this", "make this prompt clearer".

2026-07-12
optimizing-claude-code-prompts
その他コンピュータ職

Turn a rough or vague request to Claude Code into a precise, repo-grounded, high-performing prompt. Use when the user wants help phrasing, drafting, improving, optimizing, tightening, or "making better" a prompt/request/instruction for Claude Code; when the user pastes a draft and asks how to word it; when a prompt already ran and Claude did the wrong thing (diagnose and fix it); or when Claude Code keeps missing the mark — doing too much, ignoring constraints, solving the wrong problem, over-engineering, or needing many back-and-forth rounds. Triggers include "optimize this prompt", "help me ask Claude to…", "rewrite my request", "why did Claude do that", "how should I word this", "make this prompt clearer".

2026-07-12
synthetic-bad-clone
ソフトウェア開発者

A deliberately insensitive baseline for the evaluator.

2026-07-12
synthetic-prompt-optimizer-clone
ソフトウェア開発者

Convert coding requests into concrete, repository-specific execution prompts.

2026-07-12
3 件中 3 件のリポジトリを表示
すべてのリポジトリを表示しました