Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

claude-code-plugins-dev

claude-code-plugins-dev에는 charlesjones-dev에서 수집한 skills 60개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
60
Stars
34
업데이트
2026-06-13
Forks
3
직업 범위
직업 카테고리 12개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

git-pr-codex-loop
소프트웨어 품질 보증 분석가·테스터

Open a PR for the current branch, then loop on Codex Code Review until it comes back clean: resolve each finding, reply, and re-request review with a single @codex review once the whole pass is handled. Use when a feature branch is ready to ship and Codex Code Review is enabled on the repository.

2026-06-13
swift-ci-scaffold
소프트웨어 개발자

Scaffold the repo side of Xcode Cloud for an XcodeGen / Tuist Swift project - generate ci_scripts/ci_post_clone.sh (regen + guarded CI_BUILD_NUMBER stamping), propose a unit-test-only CI scheme, print the exact App Store Connect workflow checklist, and optionally install an opt-in .githooks/pre-push gate. Shows diffs and confirms before writing.

2026-06-03
swift-concurrency-review
소프트웨어 품질 보증 분석가·테스터

Review Swift 6 strict-concurrency and SwiftUI code for idiom and build-breaking issues - non-Sendable across actor boundaries, @MainActor witness vs nonisolated protocol requirements, Combine/ObservableObject usage, force-unwraps, #Predicate macro limits, the 6.3.x Binding IRGen crash, missing #if os() guards, and unsafe escape hatches. Reports file:line with the fix and the why.

2026-06-03
swift-diagnose
소프트웨어 개발자

Diagnose a Swift / Xcode Cloud / TestFlight failure from a pasted red build log, an ITMS App Store rejection email, or a bare error code. Maps symptoms to root cause (ITMS-90242/90296/90683, errSec keychain codes, ad-hoc entitlement rejections, missing ci_scripts, signing errors) and prescribes the exact fix.

2026-06-03
swift-preflight
소프트웨어 품질 보증 분석가·테스터

Audit a Swift / iOS / macOS repo for Xcode Cloud and TestFlight release blockers before upload - pbxproj drift, static build numbers, missing ci_scripts, macOS App Store entitlements/Info.plist, headless-CI keychain tests, ad-hoc signing entitlement rejections, and flaky-UITest release gating. Reports PASS/WARN/FAIL with file:line and fixes.

2026-06-03
swift-verify
소프트웨어 개발자

Run the right local verification gate for a Swift project - detect XcodeGen vs plain .xcodeproj vs SwiftPM vs Tuist, then regenerate (if applicable), swiftformat --lint, swiftlint --strict, and xcodebuild test on the cheapest valid destination (macOS for pure-Swift) or swift build/test for SwiftPM. Reports each stage; --fix lets SwiftFormat rewrite.

2026-06-03
workflow-rules
소프트웨어 개발자

Add, remove, or list curated behavior rules in CLAUDE.md that correct common Claude Code annoyances (PR padding, fabricated test plans, chatty narration, boilerplate footers). Cross-project library, syncs via /plugin update.

2026-04-28
kb-absorb
소프트웨어 개발자

Analyze existing CLAUDE.md and docs/ content to identify knowledge that can be organized into the KB system. Interactive migration with user approval.

2026-04-22
kb-add
소프트웨어 개발자

Quickly add a learning, rule, or note to the knowledge base. Accepts free-text input and suggests the best KB file location.

2026-04-22
kb-discover
소프트웨어 개발자

Analyze source code to discover and extract implicit knowledge — architecture patterns, conventions, API contracts, config structures, and codebase rules — into KB articles.

2026-04-22
kb-harvest
소프트웨어 개발자

Harvest knowledge from external sources — sibling repos, local directories, individual files, or web URLs — and distill them into the KB system with provenance tracking.

2026-04-22
kb-import
소프트웨어 개발자

Register a KB file in CLAUDE.md's Knowledge Base table. Accepts a file path argument, or scans docs/kb/ for unregistered files. Adds missing frontmatter.

2026-04-22
kb-ingest
소프트웨어 개발자

Ingest specific markdown files into the Knowledge Base. Distills content into KB format, creates KB files with frontmatter, and registers them in CLAUDE.md.

2026-04-22
kb-init
소프트웨어 개발자

Initialize the Knowledge Base section in CLAUDE.md and create the docs/kb/ directory. Idempotent - safe to run multiple times.

2026-04-22
kb-learn
소프트웨어 개발자

Analyze the current conversation to extract learnings, institutional knowledge, and best practices. Saves findings to topic-specific KB files and updates CLAUDE.md references.

2026-04-22
kb-organize
파일 사무원

Reorganize flat KB files into category folders based on tags and content. Updates CLAUDE.md paths and _index.md. Safe — previews all moves before executing.

2026-04-22
kb-prune
소프트웨어 개발자

Interactive cleanup and consolidation of the knowledge base. Finds stale references, duplicates, orphaned files, frontmatter issues, and opportunities to merge related topics.

2026-04-22
kb-query
파일 사무원

Query the knowledge base with a question. Synthesizes an answer from relevant KB files and optionally files the result back as a new KB article.

2026-04-22
kb-remove
소프트웨어 개발자

Remove a KB file and its CLAUDE.md reference. Accepts an optional file path or prompts the user to select which entry to remove.

2026-04-22
kb-upgrade
소프트웨어 개발자

Upgrade an existing Knowledge Base to the latest plugin practices. Ensures Obsidian compatibility, structured 'When to Load' format, loading notifications, index schema, and frontmatter health. Safe and re-runnable.

2026-04-22
geo-audit
소프트웨어 개발자

Comprehensive Generative Engine Optimization (GEO) audit - Validates llms.txt protocol compliance, AI crawler access (training vs citation bots), citation-worthiness signals, AI-friendly structured data, semantic chunking, content freshness, and entity optimization. Generates a timestamped report in /docs/geo-audit/ with framework-specific remediation and emerging-practice flags.

2026-04-18
geo-fix
소프트웨어 개발자

Apply safe GEO remediations from the latest /geo-audit report. Updates robots.txt with training-vs-citation bot directives, inserts missing Author/Organization/FAQPage JSON-LD, adds dateModified and article:modified_time, proposes content restructuring for Q&A patterns, and adds sameAs entity-disambiguation links. Diff+confirm workflow with --dry-run support.

2026-04-18
geo-llms-txt
소프트웨어 개발자

Generate, update, and validate llms.txt and llms-full.txt for AI answer engines. Analyzes site structure, detects content type, emits properly formatted markdown index (and optional full-content companion), integrates with framework build pipelines, and validates existing files against the llmstxt.org spec.

2026-04-18
seo-audit
웹 개발자

Comprehensive modern SEO audit - Detects deprecated patterns (keywords meta tags, IE-era code), validates current best practices (Core Web Vitals, structured data, semantic HTML, Open Graph), and generates timestamped reports with framework-specific remediation.

2026-04-17
seo-fix
웹 개발자

Apply safe SEO remediations from the latest /seo-audit report. Removes deprecated tags, inserts missing meta tags, refactors to semantic HTML, and proposes structured data with diff+confirm workflow.

2026-04-17
seo-schema
웹 개발자

Generate and validate JSON-LD structured data (Schema.org) for pages/routes. Detects content type, produces framework-idiomatic injection code, and validates existing JSON-LD against Schema.org specs.

2026-04-17
kb-list
소프트웨어 개발자

List all registered KB files from CLAUDE.md, show their status (exists/missing), tags, dates, and pinned status.

2026-04-06
kb-load
소프트웨어 개발자

Manually load one or more KB articles into the current conversation context. Accepts a filename, topic, or tag filter. Use when Claude hasn't automatically loaded a KB file you need.

2026-04-06
kb-auto
소프트웨어 개발자

Toggle automatic knowledge capture. When enabled, Claude proactively offers to capture learnings at the end of conversations.

2026-04-05
kb-search
소프트웨어 개발자

Search across all KB files in docs/kb/ for a keyword, topic, or tag. Returns matching files and relevant excerpts.

2026-04-05
ado-work-items
소프트웨어 개발자

Guide for creating Azure DevOps work items (Features, User Stories, Tasks). This skill should be used when working with ADO MCP tools to create work items with proper hierarchy and formatting.

2026-03-31
statusline-wizard
소프트웨어 개발자

Interactive setup wizard for configuring Claude Code's custom status line with progress bars and customizable display options.

2026-03-31
security-supply-chain
정보 보안 분석가

Harden your project against npm supply chain attacks by configuring pnpm's minimumReleaseAge quarantine and frozen lockfile enforcement.

2026-03-31
compliance-license-audit
소프트웨어 개발자

Interactive open-source license compliance audit to identify all dependency licenses, flag risks, and detect license incompatibilities.

2026-03-22
compliance-notice-generate
소프트웨어 개발자

Generate NOTICE, ATTRIBUTION, or THIRD-PARTY-NOTICES files from detected dependency licenses to fulfill open-source license obligations.

2026-03-22
modernize-audit
소프트웨어 개발자

Interactive codebase modernization assessment to identify technical debt, anti-patterns, and quality issues from older AI-generated or legacy code.

2026-03-22
modernize-scan
소프트웨어 개발자

Quick codebase modernization scan that accepts a file or directory path. Runs all assessment categories with default settings.

2026-03-22
workflow-principles
소프트웨어 개발자

Generate a context-aware Development Principles section for CLAUDE.md based on detected project structure, tech stack, and user preferences.

2026-03-22
statusline-edit
소프트웨어 개발자

Edit existing status line configuration with pre-selected options based on current settings.

2026-03-20
writing-humanize
작가·저자

Remove signs of AI-generated writing from text. Detects and fixes 24 documented AI writing patterns to make text sound natural and human-written.

2026-02-17
이 저장소에서 수집된 skills 60개 중 상위 40개를 표시합니다.