Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

ghengis-skills

ghengis-skills には Kgan01 から収集した 59 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
59
Stars
5
更新
2026-05-30
Forks
0
職業カバレッジ
25 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

auto-project-sync
ソフトウェア開発者

Use after completing a major work batch (plan execution, feature build, multi-task subagent run) to refresh code-graph-derived data in MEMORY.md/CONTEXT.md/SKILL_MEMORY, append dated narrative entries to TODO/CHANGELOG/lessons-learned, mine cross-project structural habits, and ratchet reusable permissions to global settings. Keeps project DNS in sync with reality.

2026-05-30
skill-chain-supervisor
ソフトウェア開発者

Use when orchestrating multiple ghengis-skills across a single task -- coordinates pre-action validation, execution, post-action verification, and lesson extraction via a shared JSON scratchpad. TRIGGER when dispatching a subagent, finishing a major task, or when the user mentions "run the full chain", "validate this", "fire the pipeline", or explicitly invokes a chain by name.

2026-05-23
agent-identity
ソフトウェア開発者

Use to build and maintain an evolving understanding of user preferences, communication style, and working patterns — learns from interactions and adapts behavior over time

2026-05-22
project-scaffold
ソフトウェア開発者

Use when starting a new project or organizing an existing one — creates self-documenting 4-layer project structure with MEMORY.md, CONTEXT.md, modular CLAUDE.md, and workspace routing

2026-05-22
skill-memory
ソフトウェア開発者

Use to accumulate and retrieve domain knowledge from past tasks — builds a grepable plain-text knowledge base that grows over time, enabling agents to learn from experience without vector databases

2026-05-22
treefile-organizer
ソフトウェア開発者

Use when reorganizing an existing project's file tree based on what actually connects to what — analyzes import graph, classifies layers, proposes an ideal target tree, validates the plan adversarially, then executes file moves with atomic per-language import rewrites. Always plan-first; never moves a file before the user confirms. TRIGGER on "reorganize this project", "clean up the file tree", "the structure is a mess", "make this match a real project layout", or after project-scaffold detects layout drift.

2026-05-22
cad
ソフトウェア開発者

Use when the user wants to design a parametric 3D-printable part, mechanical bracket, enclosure, robot frame, sheet-metal panel, or any CAD model from a natural-language description. Calls the JARVIS build123d pipeline (Claude Max → build123d code → STEP/STL/3MF/DXF + topology sidecar) and verifies geometry via the bundled inspector. Cost is $0 when CLAUDE_MAX_ENABLED is set.

2026-05-22
writing-skills
ソフトウェア開発者

TRIGGER when user says "let's add a skill", "make a skill for X", "port the Y skill from superpowers", "I keep repeating this instruction", "this should be a skill", "create a skill"; OR when noticing a repeated multi-message instruction pattern that would benefit from being captured once. Use to create or edit any SKILL.md file in plugins/ghengis-skills/skills/.

2026-05-12
finishing-a-development-branch
ソフトウェア開発者

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work. Guides completion through structured options - merge locally, push and open PR, keep as-is, or discard. Verifies tests before presenting options; refuses to proceed if any test fails. TRIGGER on "let's wrap this up", "ship it", "merge this", "ready to ship", "done coding", or after build-validate chain ends with revised-and-shipped outcome.

2026-05-12
systematic-debugging
ソフトウェア品質保証アナリスト・テスター

Use when encountering ANY bug, test failure, error message, performance issue, or unexpected behavior, BEFORE proposing fixes. Forces root-cause investigation before any code change. Iron law - no fixes without evidence. TRIGGER on "this is broken", "test is failing", "why is X doing Y", "it crashed", "production issue", or any unexpected output. Cross-refs test-driven-development for writing the regression test, bug-hunt chain for the canonical fix pipeline.

2026-05-12
brainstorming
プロジェクト管理専門家

Use BEFORE any creative or implementation work — creating features, building components, adding functionality, modifying behavior, or porting a skill. Explores user intent, requirements, and design through inline conversational dialogue. Never enters plan mode. Never uses structured question pickers. Inline chat only. TRIGGER when user says "let's build", "I want to make", "add a feature", "design X", or describes a new project; or BEFORE invoking any chain that builds a deliverable.

2026-05-12
test-driven-development
ソフトウェア品質保証アナリスト・テスター

Use when implementing ANY feature, bugfix, refactor, or behavior change BEFORE writing implementation code. Forces RED-GREEN-REFACTOR - write the failing test first, run it to confirm it fails for the right reason, write minimal code to make it pass, commit, then refactor. If you didn't watch the test fail, you don't know if it tests the right thing. TRIGGER when starting any code change with testable behavior. Cross-refs systematic-debugging (Phase 3 writes the regression test), writing-skills (TDD on documentation), feature-build/bug-hunt chains.

2026-05-12
setup
ソフトウェア開発者

Run once after installing ghengis-skills to configure autonomous permissions — sets up safe tool access and blocks dangerous operations

2026-04-22
install-statusline
ソフトウェア開発者

One-shot installer for the agent-monitor terminal status line. Copies statusline-bar.py to ~/.claude/ and adds the statusLine config to settings.json. Run once per machine. Idempotent and safe.

2026-04-22
reload-ghengis
ソフトウェア開発者

Force-refresh the ghengis-skills plugin from GitHub, bypassing Claude Code's `/plugin update` caching. Use when `/plugin update` claims you're on an old version even after running it, or when you want to guarantee you're on the latest. Idempotent and safe.

2026-04-22
agent-monitor
ネットワーク・コンピュータシステム管理者

Real-time subagent monitoring dashboard and status line -- tracks agent spawning, completion, permissions, and history via hooks. Auto-opens a browser dashboard when agents are active. Includes a terminal status line showing model name and context window usage.

2026-04-21
audit-ledger
ソフトウェア開発者

Use when building autonomous workflows that need accountability -- provides an immutable hash-chained audit trail pattern for tracking what agents did, when, and why, with tamper detection

2026-04-21
completion-enforcer
ソフトウェア品質保証アナリスト・テスター

Use after any agent or subagent claims a task is complete -- verifies completion through signal detection, catching premature "done" claims, partial outputs, and unfinished work before it ships

2026-04-21
hallucination-detector
ソフトウェア品質保証アナリスト・テスター

Use when reviewing agent output for factual accuracy -- detects fabricated URLs, unsourced statistics, fake citations, impossible future claims, and confident assertions without evidence

2026-04-21
meta-prompting
ソフトウェア開発者

Use when dispatching subagents or writing role-specific instructions -- provides 22 specialized role templates for researcher, builder, validator, and 19 other roles

2026-04-21
pql-validation
ソフトウェア開発者

Use when writing, reviewing, or improving prompts for agents, subagents, or LLM calls — detects anti-patterns, suggests fixes, and enforces prompt quality principles

2026-04-21
time-perception
ソフトウェア開発者

Give Claude a sense of time -- tracks elapsed time between messages, task durations, project switching, and activity patterns. Hooks inject temporal context into every prompt automatically. Includes a portable Python module for wrapping any LLM call with time awareness.

2026-04-19
paper-to-code
ソフトウェア開発者

Use when the user shares a research paper, technical doc, engineering blog post, or asks how to apply external knowledge to their codebase -- covers strategic reading, contribution mapping, spec delta writing, and the "what NOT to adopt" framing. TRIGGER when message contains arxiv.org, a paper/doc URL, "this paper", "read this", "apply this research", "how do we use this", or references a technique from an external source (Anthropic docs, OpenAI blog, conference paper, engineering post).

2026-04-17
evolving-cognition
ソフトウェア開発者

Use when building agents or workflows that should learn from their own measurable outcomes -- covers fitness signal design, cognition store schema, Analyzer prompts, UCB1 retrieval, poison mitigations, and audit loops. TRIGGER when user mentions "learn from outcomes", "agent memory", "feedback loop", "lesson store", "cognition", or "agents getting smarter over time".

2026-04-17
using-ghengis-skills
ソフトウェア開発者

Use when starting any conversation - establishes how to find and use ghengis-skills, requiring Skill tool invocation before ANY response when a ghengis-skill applies (mirrors superpowers:using-superpowers pattern)

2026-04-16
agent-teams
ソフトウェア開発者

Use when a task benefits from multiple creative perspectives -- spawns parallel agents with different viewpoints, then synthesizes the best elements into a final output

2026-04-10
context-health
ソフトウェア開発者

Use during long-running sessions or complex multi-step tasks -- detects context window degradation, task drift from original request, and offers recovery strategies including checkpoint restart and re-anchoring

2026-04-10
execution-harness
ソフトウェア開発者

Use when a task is too large for a single session — provides multi-session execution with checkpoints, progress tracking, and resume capability so complex projects survive context resets and session boundaries

2026-04-10
oort-cascade
ソフトウェア開発者

Use when facing complex tasks that need multiple specialized agents working in sequence or parallel — task decomposition, role assignment, dependency DAGs, revision loops, and quality validation

2026-04-10
bookkeeping
会計士・監査役

Use when helping with financial record-keeping, expense categorization, tax preparation, or accounting questions — covers double-entry accounting, IRS categories, reconciliation, and financial reports

2026-04-08
code-intelligence
ソフトウェア開発者

Use when analyzing codebases, understanding architecture, tracing dependencies, or building mental models of unfamiliar code -- covers AST parsing patterns, 6-layer architectural classification, import graph analysis, and structural code search

2026-04-08
content-writing
作家・著者テクニカルライター

Use when creating written content -- blog posts, documentation, marketing copy, technical writing -- covers structure, audience targeting, SEO basics, and editorial quality

2026-04-08
crm-patterns
ロジスティシャン

Use when managing client relationships, freelance projects, or any work involving multiple clients — covers client tracking, project lifecycle, communication logging, pipeline management, and relationship health

2026-04-08
data-analysis
データサイエンティスト

Use when analyzing data, creating visualizations, or extracting insights -- covers statistical methodology, pandas patterns, data cleaning, visualization best practices, and insight presentation

2026-04-08
deep-research
高等教育人類学・考古学教員

Use when a research task requires iterative depth -- goes beyond single-pass research with a 7-phase methodology that includes gap analysis, targeted follow-up, adversarial review, and convergence checking

2026-04-08
devops
ネットワーク・コンピュータシステム管理者

Use when setting up deployment, CI/CD, Docker, or infrastructure -- covers solo-dev deployment patterns, GitHub Actions, Docker best practices, SSL, environment management, and rollback procedures

2026-04-08
esp32
ソフトウェア開発者

Use when working with ESP32 firmware or IoT hardware projects — covers PlatformIO build system, I2S audio, WiFi/BLE patterns, memory management, and state machine design

2026-04-08
fastapi
ソフトウェア開発者

Use when building or modifying FastAPI applications — covers async patterns, Pydantic v2 models, dependency injection, WebSocket auth, middleware, and blocking code handling

2026-04-08
file-organization
ファイル事務員

Use when helping organize files, clean up directories, or establish file naming and structure conventions — covers 18 manifest types, intelligent file categorization, naming conventions, and organizational patterns with audit trails

2026-04-08
flutter-dart
ソフトウェア開発者

Use when building or modifying Flutter/Dart applications — covers widget patterns, state management, platform channels, navigation, and common Dart conventions

2026-04-08
このリポジトリの収集済み skills 59 件中、上位 40 件を表示しています。