Design resumable, low-interruption workflows for multi-hour agent tasks.
Project overview
Tianluo teaches an agent how to run long, cron-driven work without repeatedly asking for routine decisions. It enumerates decision forks before launch, stores machine state separately, diagnoses failures across five layers, and applies bounded retries with an escalation ladder. The project is a methodology skill rather than a scheduler or runtime, so you still provide the storage, trigger system, and task-specific implementation; it is not intended for short or judgment-heavy work.
Save conversation notes and surface them when topics return.
Project overview
Use /tldr to turn a meaningful conversation into a tagged session note and update a shared index. The companion session-recall skill watches for natural-language reminders that a topic has come back, then surfaces the matching note without another search command. Both skills use the same sessions directory, index, and optional tag registry.
Delegate summaries, log triage, and bulk text work to local models.
Project overview
delegate-local routes self-contained text jobs such as log summaries, changelog drafting, classification, extraction, and prose rewriting to an installed Ollama or MLX model. This keeps source material on the device and reduces the amount of routine output occupying the cloud agent's context, while reasoning-heavy, tool-using, and repository-wide work stays with the main model. It is most useful for repeated or high-volume tasks and requires a working local model backend.
General skillProject and product managementModel Context Protocol
claude-skill-redmine↗
@leethais91
Manage Redmine issues and timesheets through an MCP server.
Project overview
Use Claude Code to list, search, create, update, and close Redmine issues through the required Redmine MCP server. The skill can add polished English notes, track individual or bulk time entries, discover project metadata and custom fields, and fill leftover hours against a configured management issue. It needs an authenticated MCP server and a suitably scoped Redmine API key.
Generate short voicemail scripts and turn them into MP3 greetings.
Project overview
Generate a voicemail greeting from flags for message type, industry, name, phone number, and business hours, or supply your own script. The skill keeps drafts to about 30 seconds, then links to Solvea to choose from six AI voices, preview the result, and download an MP3. Free Solvea accounts include up to 13 generations.
Build hierarchical code maps that guide coding agents to the files a task actually needs.
Project overview
Generate a CODEMAP.md at the repository root and in each source directory, with concise structure summaries, functional domains, task-to-file routes, and gated dependency hints. Files over 1,000 lines receive companion analyses that map features to line ranges. Coding agents consult these indexes before opening source files, while maintenance mode uses git diff to update only the maps affected by structural or interface changes.
Invoke Claude Code skills only when a request matches an explicit trigger.
Project overview
Route each request through a small trigger taxonomy so substantial feature or debugging work loads the appropriate skill, while lookups and trivial edits proceed directly without forced narration. Skill Radar also respects terse modes and restates instruction priority when dispatching subagents. It is designed as a lean triage alternative for Claude Code users who want fewer false-positive skill invocations.
Scaffold an evidence-gated research workspace for complex chronic illness
Project overview
This Claude Code skill interviews a patient or caregiver, then creates a long-running research repository with an operating contract, evidence standards, literature methods, treatment records, mechanisms, clinician notes, and open questions. A required frontier scan must be completed before candidate-treatment work is allowed. It is for people already working with a specialist and is not a symptom tracker, diagnostic tool, prescription writer, or substitute for clinical care.
Write specific, credible investor outreach for an active fundraising round.
Project overview
Founders raising from pre-seed through Series B can use this Claude skill to draft cold emails, follow-ups, investor replies, meeting recaps, and due-diligence preparation. It asks for the company and round details before writing, leaves visible placeholders when facts are missing, and refuses to invent investor research or fake competitive pressure.
Audit and improve Horoshop store SEO, catalog content, and sales data through its API.
Project overview
This collection of Claude Code skills audits a Horoshop store through its API and public pages, covering SEO, product content, images, text quality, field consistency, and sales analysis. Changes supported by the API are applied in batches only after confirmation, with previews for content edits. Other actionable issues are mapped to manual admin steps, while platform-level settings that cannot be changed are excluded from fix recommendations. It requires a Horoshop API user with Owner access and the listed Python dependencies.
Generate dark technical pages from a consistent visual token system
Project overview
dark-tech-style gives Claude a fixed visual language for architecture pages, dashboards, roadmaps, technical landing pages, and one-pagers. It includes four dark background levels, seven accent colors with dim variants, typography and spacing tokens, a glassy navigation treatment, and 14 component classes, plus starter HTML and demos. The skill emphasizes one accent per section, background-only dim colors, and token-based styling instead of hardcoded hex values.
Study system design through guided lessons, runnable exercises, and mock interviews.
Project overview
System Design Tutor turns Claude Code into a course controller that can teach a planned curriculum, jump to a specific concept, review a design, or run a mock interview. The material is anchored to DDIA and the System Design Primer, with real incident studies, more than thirty runnable exercises, and SM-2 spaced repetition. Progress, exercise files, and session state persist locally so the course can resume across sessions.
Design controllable self-optimizing agent systems with seven Harness principles
Project overview
how-to-harness facilitates the design of closed-loop systems in which humans steer and agents execute. Before architecture work, it checks seven hard constraints: evaluation foundations, human gates, idempotent and resumable loops, small reversible steps, tiered automation, versioned assets, and a human time budget. It then uses context capture, structured Socratic questions, and consumer-specific deliverables to turn the decisions into a plan. The skill targets self-improving agent systems, not ordinary CRUD or one-off feature work.
Analyze stocks and sectors with a fundamentals-first research workflow
Project overview
Equity Research Like Me runs a 22-step due-diligence workflow for listed companies and sectors, prioritizing business quality, earnings quality, management, growth, macro exposure, and valuation over trailing price performance. It supports DCF, comparable-company, SOTP, and other valuation methods, plus bull and bear theses, peer comparisons, and PDF research notes from one to 25 pages. A personal ME.md file can tune the metrics and writing style; the project is for research, not financial advice.
Cover Oracle development, administration, tuning, and DevOps in Portuguese
Project overview
oracle-skills-ptbr bundles seven Portuguese Claude skills for an Oracle stack: PL/SQL, APEX, ORDS, DBA operations, performance tuning, Trivadis 4.4 review, and DevOps or CI/CD. The guides cover packages and triggers, REST services, data-dictionary work, AWR and ASH analysis, naming checks, versioned database changes, and Python oracledb deployment scripts. The documented baseline is Oracle 19c, APEX 24.2, and ORDS 24.4/25.x, so teams on other versions should verify compatibility.
Manage iKuai router settings through a Python wrapper for its private API
Project overview
ikuai-router-skill combines an Agent Skill with a standalone Python helper for the iKuai router's private `/Action/login` and `/Action/call` API. It covers 14 domains, including network, DHCP, NAT, routing, QoS, firewall, VPN, wireless, logs, and system tools, with authentication caching and automatic re-login on token expiry. The catalog was verified against iKuai 3.7.8 on an IK-M50; the API is undocumented, firmware behavior may change, and destructive operations can lock you out.
Diagnose supply-chain forecast accuracy and produce a prioritized action list
Project overview
Supply Chain Forecast Diagnosis analyzes CSV or Excel data containing SKU, date, forecast quantity, and actual quantity. It validates the input, calculates operational and demand-only WMAPE, forecast variance, and planner Forecast Value Add when available, then segments items with ABC and ADI/CV² patterns. The generated workbook includes executive findings, coverage checks, charts, SKU and location detail, and prioritized actions. It does not infer safety stock, reorder points, or stockouts without inventory, lead-time, and service-level data.
Build Oracle 26ai vector and duality applications with Brazilian Portuguese guidance
Project overview
oracle-26ai-helper-ptbr provides Brazilian Portuguese guidance and executable SQL templates for Oracle AI Database 26ai features, including AI Vector Search, JSON Relational Duality, and RAFT replication. Its rules emphasize version checks, bind variables, vector-memory sizing, ETag concurrency, and Trivadis naming. The documented target is the 23.26.x Enterprise Edition release; it does not apply to Oracle 19c, and RAFT coverage is exploratory rather than a deployment plan.