Skip to main content
seanGSISG
GitHub 제작자 프로필

seanGSISG

9개 GitHub 저장소에서 수집된 88개 skills를 저장소 단위로 보여줍니다.

수집된 skills
88
저장소
9
업데이트
2026년 9월 1일
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

check-agent-compatibility
미분류

Run the full repository compatibility pass: scanner score, startup path, validation loop, and docs reliability.

2026년 9월 1일
continual-learning
미분류

Orchestrate continual learning by delegating transcript mining and CLAUDE.md updates to `agents-memory-updater`.

2026년 9월 1일
create-plugin-scaffold
미분류

Create a new Claude Code plugin scaffold with component directories, an optional manifest, and marketplace wiring. Use when starting a new plugin or adding a plugin to a multi-plugin marketplace repository.

2026년 9월 1일
review-plugin-submission
미분류

Audit a Claude Code plugin for marketplace readiness. Use when validating the manifest, component placement, frontmatter, discovery paths, and submission quality before publishing.

2026년 9월 1일
no-inline-imports
미분류

Keep imports at the top of the module and avoid inline imports in function bodies, type annotations, or interface fields. Apply when writing, reviewing, or refactoring JavaScript or TypeScript, and whenever a dynamic `import()` or inline `import(...)` type…

2026년 9월 1일
typescript-exhaustive-switch
미분류

Require exhaustive switch handling over TypeScript discriminated unions and enums by adding a `never` check in the default case. Apply when writing or reviewing a `switch` over a union or enum, and when adding a new variant to an existing union or enum.

2026년 9월 1일
workflow-from-chats
미분류

Extract durable working preferences from recent chats and convert them into skills, rules, or workflow docs. Use when asked to learn preferences, mine feedback, personalize workflows, or generate team/person-specific agent guidance.

2026년 9월 1일
orchestrate-guide
미분류

How and when to fan a large goal out across parallel worker agents using the `/orchestrate:orchestrate` workflow — planner, isolated workers, independent verifiers, one reconciled report. Use when a task is too large for one agent's context, when the same…

2026년 9월 1일
수집된 skill 32개 중 8개를 표시합니다.
docs
소프트웨어 개발자

Search and access Anthropic documentation covering Claude Code CLI, API, Agent SDK, and more. Supports natural language queries, content search, and direct topic lookup. Trigger on: /docs, documentation questions about Claude Code, Claude API, Agent SDK,…

2026년 6월 2일
research-add-fields
소프트웨어 개발자

Add more field definitions to an existing fields.yaml. Source new fields from user input or from a web-search subagent suggesting common fields in the domain.

2026년 5월 21일
research-add-items
소프트웨어 개발자

Add more items (research objects) to an existing outline.yaml. Optionally launches a web-search subagent to suggest items in the topic's domain.

2026년 5월 21일
research-deep
소프트웨어 개발자

Run deep research on each item in outline.yaml by fanning out parallel web-search subagents. Writes one validated JSON per item to results/. Resumable — skips items that already have a complete JSON.

2026년 5월 21일
research-report
소프트웨어 개발자

Convert per-item JSON results from /ultra-research:research-deep into a single markdown report with table of contents and per-item sections. Uses a bundled converter script — no per-run script regeneration.

2026년 5월 21일
research
소프트웨어 개발자

Build a structured research outline (items + field definitions) on a topic, mixing model knowledge with a single web-search supplement pass. Writes outline.yaml and fields.yaml to a topic-named subdirectory. Entry point of the 5-phase research pipeline.

2026년 5월 21일
import-plans
파일 사무원

Bulk import existing Claude Code plan files from ~/.claude/plans/ into the Obsidian vault. Triggers: "import plans", "bulk import plans", "sync old plans", "bring in my plans", "migrate plans", "copy plans to vault", "load plans into obsidian".

2026년 4월 22일
setup-vault-tools
소프트웨어 개발자

Configure vault-tools for first-time use or change the vault path. Covers both note management and plan archival. Triggers: "setup vault-tools", "configure vault-tools", "set vault path", "install vault-tools", "get started with vault-tools", "setup plan…

2026년 4월 22일
수집된 skill 27개 중 8개를 표시합니다.
plan-review
프로젝트 관리 전문가

Use after plan is written to validate implementation plans across completeness, quality, feasibility, and scope dimensions - spawns specialized validators for failed dimensions and refines plan interactively before execution

2025년 11월 20일
pr-creation
소프트웨어 개발자

Use when creating pull requests to auto-generate PR descriptions from plan, execution context, and memory - handles pre-flight checks, description generation, and GitHub CLI integration

2025년 11월 20일
state-persistence
소프트웨어 개발자

Use when saving workflow state to Serena MCP memory at research, planning, execution, or completion stages - enables resuming work later with /cc:resume command

2025년 11월 20일
using-crispyclaude
기타 컴퓨터 관련 직업

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

2025년 11월 20일
using-github-search
소프트웨어 개발자

Use when researching GitHub issues, PRs, and discussions for community solutions and known gotchas - searches via WebSearch with site filters and extracts problem-solution patterns

2025년 11월 20일
using-web-search
소프트웨어 개발자

Use when researching best practices, tutorials, and expert opinions using WebSearch and WebFetch tools - assesses source authority and recency to synthesize findings with citations

2025년 11월 20일
using-context7-for-docs
소프트웨어 개발자

Use when researching library documentation with Context7 MCP tools for official patterns and best practices

2025년 11월 20일
executing-plans
소프트웨어 개발자

Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches

2025년 11월 20일
수집된 skill 16개 중 8개를 표시합니다.
memory-setup
네트워크·컴퓨터 시스템 관리자

This skill should be used when the user asks to set up, configure, or install the claude-memory plugin, check memory health, diagnose memory issues, or reconfigure their LLM provider. Trigger phrases include "set up memory", "configure memory", "memory…

2026년 3월 8일
memory-consolidate
소프트웨어 개발자

This skill should be used when the user asks to consolidate memories, merge observations, synthesize insights, run consolidation, or clean up memory. Trigger phrases include "consolidate memories", "merge observations", "run consolidation", "synthesize…

2026년 3월 8일
memory-forget
소프트웨어 개발자

This skill should be used when the user wants to forget something, delete memories, remove observations, clear outdated information, or reduce memory importance. Trigger phrases include "forget about", "delete memories", "remove observations", "clear memory…

2026년 3월 8일
memory-query
소프트웨어 개발자

This skill should be used when the user asks to search, query, or recall project memories, observations, or past session history. Trigger phrases include "what do you remember about", "search memory for", "recall", "what did we decide about", "find past…

2026년 3월 8일
memory-status
데이터베이스 관리자

This skill should be used when the user asks about memory database statistics, memory health, how many memories are stored, database size, or observation counts. Trigger phrases include "memory stats", "how many memories", "memory status", "show memory…

2026년 3월 8일
저장소 9개 중 9개 표시
모든 저장소를 표시했습니다