Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
cl-asdf-system
ASDFシステム定義のベストプラクティス。.asdファイル作成・編集時に使用
cxxxr/.claude 1
-
cl-macro-design
cxxxr/.claude 1
-
browser-automation
Playwright MCPを使用したブラウザ自動化。ページ操作、スクリーンショット、フォーム入力のパターン集
cxxxr/.claude 1
-
cl-mallet-linter
malletリンターのルールと設定を適用。コードレビュー・品質チェック時に使用
cxxxr/.claude 1
-
bluesky
Read from and post to Bluesky social network using the AT Protocol. Use this skill when the user wants to interact with Bluesky including posting text/images/links, replying to posts, reading their timeline, searching posts, viewing profiles, following/unfollowing users, checking notifications, or viewing reply threads. All scripts use PEP 723 inline metadata for dependencies and run via `uv run`. Requires BLUESKY_HANDLE and BLUESKY_PASSWORD environment variables.
fpl9000/ai-skills 2
-
ai-messaging
Communicate with the local stateful agent system via the GitHub relay. Use this skill when the user wants to interact with their local machine remotely — reading memory files, running shell commands, or delegating tasks to the local Claude Desktop agent. Triggers include phrases like: "on my local machine", "check my local files", "run this on my home computer", "ask my local Claude", "read my memory files", "what's in my core memory", "what's on my home machine", "run this locally". Requires the github skill for relay transport scripts.
fpl9000/ai-skills 2
-
github
Access GitHub repositories via the GitHub REST API. Use this skill when the user wants to interact with GitHub including reading files, creating/updating files, listing repos, managing branches, viewing commits, working with issues, or managing pull requests. All scripts use PEP 723 inline metadata for dependencies and run via `uv run`. Requires GITHUB_TOKEN environment variable (a Personal Access Token with appropriate scopes).
fpl9000/ai-skills 2
-
drawio
Generate draw.io diagrams programmatically using Python. Creates flowcharts, architecture diagrams, tree structures, network diagrams, and more. Use when the user requests a .drawio file, diagram, flowchart, or visual documentation.
fpl9000/ai-skills 2
-
load-skill
Load, activate, and optionally install an AI skill from a .skill file. Use this skill when the user wants to load, activate, or use a skill file. The user can invoke this skill with slash command `/load-skill [ --install | -i ] SKILLFILE`, where SKILLFILE is the path to a .skill file.
fpl9000/ai-skills 2
-
transcript-saver
Save and export the current Claude Code session as a shareable HTML transcript. Use this skill when the user asks to save, export, archive, or publish their current Claude Code conversation or session. Triggers on phrases like "save this transcript", "export this session", "create a transcript", "archive this conversation", "publish to gist", or "share this session". Wraps Simon Willison's claude-code-transcripts tool for in-session use.
fpl9000/ai-skills 2
-
swift-fundamentals
Master Swift programming fundamentals - syntax, types, optionals, protocols, error handling
pluginagentmarketplace/custom-plugin-swift 8
-
swift-testing
Test Swift applications - XCTest, Swift Testing, UI tests, mocking, TDD, CI/CD
pluginagentmarketplace/custom-plugin-swift 8
-
swift-combine
Master Combine framework for reactive programming - publishers, subscribers, operators, schedulers
pluginagentmarketplace/custom-plugin-swift 8
-
swift-spm
Master Swift Package Manager - dependencies, creating libraries, publishing, local packages
pluginagentmarketplace/custom-plugin-swift 8
-
swift-architecture
Master iOS/macOS app architecture - MVVM, Clean Architecture, Coordinator, DI, Repository
pluginagentmarketplace/custom-plugin-swift 8
-
swift-core-data
Persist data with Core Data - models, contexts, fetch requests, migrations, SwiftData
pluginagentmarketplace/custom-plugin-swift 8
-
swift-networking
Handle networking in Swift - URLSession, async/await, Codable, API clients, error handling
pluginagentmarketplace/custom-plugin-swift 8
-
swift-uikit
Master UIKit for iOS app development - views, view controllers, Auto Layout, table/collection views
pluginagentmarketplace/custom-plugin-swift 8
-
swift-ios-basics
Build iOS applications - project setup, app lifecycle, Info.plist, capabilities
pluginagentmarketplace/custom-plugin-swift 8
-
swift-concurrency
Master Swift concurrency - async/await, actors, structured concurrency, Sendable, TaskGroups
pluginagentmarketplace/custom-plugin-swift 8
-
swift-swiftui
Build modern UIs with SwiftUI - views, state management, animations, navigation
pluginagentmarketplace/custom-plugin-swift 8
-
swift-macos
Build macOS applications - AppKit, windows, menus, system integration, distribution
pluginagentmarketplace/custom-plugin-swift 8
-
streaming-output
Stream long-form content to markdown files with resume capability. Writes content incrementally with section markers, enabling recovery if context limits are hit. Use when generating long documents (over 1000 lines), B-SPEC or specification writing, multi-section reports, any task where context compaction may occur mid-generation, or when user explicitly requests streaming output. Commands: init, write, status, resume, finalize, repair.
ddunnock/claude-plugins 6
-
fishbone-diagram
Create comprehensive Fishbone (Ishikawa/Cause-and-Effect) diagrams for structured root cause brainstorming. Guides teams through problem definition, category selection (6Ms, 8Ps, 4Ss, or custom), cause identification, sub-cause drilling, prioritization via multi-voting, and 5 Whys integration. Generates visual SVG diagrams and professional HTML reports. Use when brainstorming potential causes, conducting root cause analysis, facilitating quality improvement sessions, analyzing defects or failures, structuring team problem-solving, or when user mentions "fishbone", "Ishikawa", "cause and effect diagram", "6Ms", "cause analysis", or "brainstorming causes".
ddunnock/claude-plugins 6