🛠️ Tools

1883 skills found

skill-vector-rag-tool.md
1
1 export skill-vector-rag-tool
2 dnvriend from "dnvriend/vector-rag-tool"
3 Local RAG with Ollama and FAISS
2026-03-04
article-extractor.md
1
1 export article-extractor
2 jrajasekera from "jrajasekera/claude-skills"
3 A collection of Claude Skills for various tasks and workflows.
2026-04-03
editorial-image-generator.md
1
1 export editorial-image-generator
2 tallyfy from "tallyfy/documentation"
3 This repo hosts the content in markdown for our product manuals
2026-04-11
draft-section.md
1
1 export draft-section
2 testaco from "testaco/agentic-coding-book"
3 Incremental content drafting skill that writes specific sections within existing scaffolds. Supports drafting 1 section at a time or batch-drafting multiple sections with user control. Each operation stays under 10k tokens to avoid context compacting.
2026-02-10
pytest-coverage.md
1
1 export pytest-coverage
2 zzuse from "zzuse/SafeFamily"
3 Control Family Activities and Your personal assistant for everything!
2026-04-19
paper-translate.md
1
1 export paper-translate
2 daishir0 from "daishir0/Papernote"
3 Papernote is a web application that manages PDF files and their associated notes and summaries. It includes features like authentication, file upload, text extraction, and file search.
2026-04-16
uv.md
1
1 export uv
2 stickystyle from "stickystyle/claude-skills"
3 Claude skills I've developed for my use
2026-03-24
wikidata-search.md
1
1 export wikidata-search
2 kltng from "kltng/humanities-skills"
3 Plugins related to humanities research. Mostly created by AI.
2026-03-28
search-core.md
1
1 export search-core
2 inchan from "inchan/cc-plugins"
3 Favorite skills to use in Claude Code
2026-01-09
codex-discussion.md
1
1 export codex-discussion
2 ntodd from "ntodd/dotfiles"
3 Use OpenAI Codex CLI as a discussion partner to verify ideas, evaluate plans, and improve quality. Automatically triggered during implementation planning, troubleshooting, debugging, or when seeking a second opinion on technical decisions.
2026-03-29
svelte-game-writer.md
1
1 export svelte-game-writer
2 maximxlss from "maximxlss/codextris"
3 End-to-end planning, building, and testing of small-scale browser games in SvelteKit + TypeScript running in Docker, including scaffolding, game loop, input, UI, tests, and Docker dev/release setups. Use when a user asks to create or modify a SvelteKit game project, prototype a simple single-player game, or add tests. When requirements are unclear, ask clarifying questions and offer to choose defaults automatically if the user prefers. This skill uses SvelteKit+TS in Docker only (debug hot-reload + nginx release); do not switch stacks unless the user explicitly asks to change scope. Not for multiplayer, servers, or backend services.
2025-12-27
transcribe-vaam-video-with-gemini.md
1
1 export transcribe-vaam-video-with-gemini
2 hmps from "hmps/claude-marketplace"
3 Transcribe Vaam videos using Google Gemini AI. Takes a Vaam share URL, downloads the video, and returns a full text transcription. Supports any language without translation.
2025-12-27
build-feature.md
1
1 export build-feature
2 patbuc from "patbuc/neon"
3 A toy language you didn't wait for
2026-01-04
gh-cli.md
1
1 export gh-cli
2 lollipopkit from "lollipopkit/cc-skills"
3 Skills for Claude Code compatible agents.
2026-01-11
using-superpowers.md
1
1 export using-superpowers
2 zebbern from "zebbern/backround_remover"
3 Free background remover to any picture all private done from your own browser instance!
2026-01-22
pinpoint-ui.md
1
1 export pinpoint-ui
2 timothyfroehlich from "timothyfroehlich/PinPoint"
3 PinPoint is a full-stack issue tracking system designed from the ground up to streamline pinball machine and arcade game maintenance. It provides a transparent, high-quality experience for both players and the internal teams responsible for keeping the games running perfectly.
2026-04-20
claude.md
1
1 export claude
2 sbluemin from "sbluemin/llm-interaction-patterns"
3 여러 AI 서비스들을 효과적으로 활용하기 위한 인터랙션 템플릿 프로젝트
2025-12-15
github-workflow.md
1
1 export github-workflow
2 drevantonder from "drevantonder/finance"
3 GitHub conventions for issues, PRs, and labels
2026-03-18
golang.md
1
1 export golang
2 KubrickCode from "KubrickCode/workflow-toolkit"
3 Provides idiomatic Go programming expertise and best practices. Ensures clean, efficient, and maintainable code following official Go conventions. Specializes in concurrent programming patterns, interface design, error handling strategies, and performance optimization. Masters standard library usage and ecosystem integration.Use when: writing Go code (.go files), designing interfaces and struct types, implementing concurrent patterns (goroutines/channels), handling errors idiomatically, writing table-driven tests, creating Go modules, optimizing performance-critical code, managing dependencies with go.mod, implementing HTTP servers and clients, working with context propagation, or designing package APIs for public libraries.
2025-12-03
chapter-outline-generator.md
1
1 export chapter-outline-generator
2 AbdulSamad94 from "AbdulSamad94/30-Day-AIDD-Challenge-Task-1"
3 Generates comprehensive chapter outlines for books, including key topics, subtopics, learning objectives, and estimated word counts. Use this when the user needs help structuring a book chapter or creating a table of contents.
2026-01-11
gh-fix-ci.md
1
1 export gh-fix-ci
2 saldanaj97 from "saldanaj97/atlaris"
3 Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.
2026-03-11
up-to-date.md
1
1 export up-to-date
2 idvorkin from "idvorkin/chop-conventions"
3 Sync git repository with upstream. Use at the start of a session, when asked to sync, get up to date, check git status, or when working on a stale branch. Checks branch status, uncommitted changes, PR state, and upstream drift, then takes appropriate actions.
2026-04-17
feature-flow.md
1
1 export feature-flow
2 mikivujkovic from "mikivujkovic/claude-feature-flow"
3 Guides a user through DDD → BDD → TDD → Git for a single feature, staying code-agnostic and interactive.
2025-12-12
epcp-workflow.md
1
1 export epcp-workflow
2 BinkyTwin from "BinkyTwin/ReviewXiv"
3 Apply the Explore → Plan → Code → Commit workflow for tasks like implementing features, fixing bugs, refactors, or adding integrations. Use this when the user wants changes in a repo and wants higher reliability (read first, plan then commit/PR). Emphasize subagents for investigation during Explore, and use "think / think hard / think harder / ultrathink" during Plan when alternatives exist.
2026-01-09