Build an auto-updating, ranked intelligence feed for any topic you follow.
Project overview
Personal Intelligence Skill guides you through combining direct RSS feeds and Google News queries into a focused daily feed, then filtering, scoring, deduplicating, and archiving the results. The reference architecture runs on GitHub Actions and publishes a static site to Cloudflare Pages, with optional OpenAI TTS audio briefs. It suits people who want direct control over sources and relevance without maintaining a backend.
Analyze mixed relationship signals and turn them into a clearer next step.
Project overview
Feed it chats, social posts, photos, and your own context to map the relationship timeline, estimate its direction, and suggest practical next moves. It is designed for reflection around crushes, mixed signals, or cold spells, not as professional counseling, and it declines serious abuse or self-harm scenarios.
Prompt coding agents to run the minimum relevant checks before every git push.
Project overview
Claude Think Twice combines a reflection skill with a Claude Code pre-push hook. When a push is attempted, it inspects the pending file types, presents the corresponding minimum scan matrix, and asks the human whether to proceed, helping expose rushed assumptions before CI. The hook cannot verify that scans were actually run and is not a linter, test runner, or replacement for CI; its enforcement is the human confirmation moment.
Guide AI-drafted pull requests through evidence, safety, and follow-up gates.
Project overview
oss-contribution-harness gives Claude Code a forward-only workflow for deduplicating candidate work, studying repository norms, reproducing the issue, routing security findings, drafting the change, and planning follow-up. Every network-visible action requires fresh human confirmation, and the workflow also throttles contribution volume; it expects authenticated gh plus git and jq.
Apply Apple Human Interface Guidelines to platform-specific UI design and review.
Project overview
The skill asks which Apple platform, framework, and interface you are building before loading only the relevant HIG references. It applies platform-correct navigation, semantic colors, Dynamic Type, SF Symbols, touch targets, VoiceOver, and motion guidance across SwiftUI, UIKit, AppKit, and Apple-style web or Figma mockups.
Add a persistent Claude Code assistant that maintains project context and decisions.
Project overview
Use JARVIS-Starter to bootstrap a new Claude Code project or adopt an existing repository through gap analysis. It adds project-scoped hooks and a `.jarvis/` workspace that maintain wiki context, recommend models, recall past decisions, track focus, and watch for hardcoded secrets or `.env` leaks without replacing existing documentation. The assistant is aimed at users who prefer plain-language development, and each added behavior remains optional.
Review plans and RFCs with independent domain experts before writing code.
Project overview
Preflight sends a plan, specification, or RFC to three to five independent domain experts before implementation begins. It combines their findings into a ranked report with a verdict, must-fix items, explicit decision cards, cross-confirmed concerns, and gaps no panelist covered. A human gate confirms the proposed roster first; the workflow is intended for complex multi-domain designs, not trivial plans, debugging, or review of code that already exists.
Research Linear backlog tickets in parallel and attach findings before implementation.
Project overview
Research Backlog fetches unstarted issues for a Linear team and assigns a separate research agent to each ticket. The agents investigate the technical domain, official documentation, prior art, best practices, and likely gotchas, then post structured comments back to Linear. It finishes with a summary table and requires a Linear API key plus `jq`.
Turn a supported video URL into a publishable local Markdown article.
Project overview
Paste a YouTube, Bilibili, or other yt-dlp-supported URL and Videoink downloads the audio, transcribes it, and creates a local Markdown article bundle. In Claude Code mode, faster-whisper handles transcription locally and the current Claude session writes the article without a separate LLM API. The standalone CLI can instead use OpenAI, Anthropic, OpenRouter, or Ollama, and the project is currently alpha.
Render local HTML into one side-by-side desktop and mobile screenshot.
Project overview
Give it an HTML file or folder to capture desktop, mobile, and optionally tablet viewports, then combine the normalized panels into one PNG or JPEG. A temporary local HTTP server preserves relative CSS, scripts, images, and fetch calls, while full-page capture, batch processing, separate device files, and custom backgrounds are available.
Convert hardcoded WordPress themes into editable, working sites.
Project overview
Use this skill when a converted or hand-built WordPress theme traps copy inside PHP templates and leaves forms or styling brittle. It guides Customizer refactors, high-priority CSS overrides, generator-script fixes, database-versus-template decisions, and form handoffs to contact pages or n8n. The approach relies on WordPress core rather than paid plugins or page builders and includes a small PHP brace-balance checker for safer edits.
Build a small-company leave and approval portal with Google Sheets and AppSheet.
Project overview
The guide walks a 10–50 person company through moving medical leave, vacation requests, employee records, and approvals out of chat and ad hoc spreadsheets. Employees submit from AppSheet, supervisors approve or reject through email buttons, approval history is recorded, and HR reports from Google Sheets; the first build is mostly configuration and copied formulas.
Refine an article opener for AI search citation through specialized iterative judges.
Project overview
After you provide a published page and confirm its primary query, the skill reads the source and top three search competitors, drafts a 30–50 word opener, and cycles it through fourteen judges focused on facts, intent, entities, differentiation, voice, and format. It returns the converged block with an edit log and is intended for substantive published pages seeking AI citations, not drafts, short articles, or conversion-first pages.
Send templated SMS or RCS messages with validation and fallback channels.
Project overview
Create text or template messages from natural-language commands or the included Python CLI, with support for multiple recipients and AIM or SMS fallback. The skill is useful for agent workflows or scripts integrating a 5G messaging interface. It requires valid API credentials and remains subject to the interface's rate limits.
Publish analysis as a self-contained interactive HTML report with editorial structure.
Project overview
Give Claude an analysis, comparison, meeting summary, or research topic and receive a single HTML file that opens directly in a browser. The skill uses a magazine-like reading flow and can embed charts, sortable tables, tabs, sliders, timelines, and SVG diagrams within the narrative. It supports warm and dark themes plus CJK typography; Chart.js is the only optional external dependency.
Send focused code reviews and delegated tasks from Claude Code to Codex.
Project overview
codex-plugin-cc is designed to start Codex code reviews or focused delegated tasks from within Claude Code, keeping the request and returned work in one workflow. The packaged plugin includes skills for runtime behavior, result handling, and prompting, while the documented setup centers on a Windows download and project connection. It is best used with clear task boundaries and careful inspection of every result before changes are accepted.
Generate, edit, or combine images from Chinese prompts, local files, or URLs.
Project overview
This agent skill connects Claude Code, Codex, and similar runtimes to the Fangxin API’s gpt-image-2 endpoint for text-to-image, image editing, and multi-image composition. It saves outputs inside the current project and can rotate backup keys on common upstream failures; a Fangxin API key is required, and high-resolution or multi-image jobs may take longer.
Analyze public Instagram or TikTok accounts and plan the next ten videos.
Project overview
Content Researcher uses Apify data from roughly 100 public Instagram or TikTok posts to produce a structured Word report covering performance, content pillars, competitors, and the next ten videos to make. It requires Claude Pro or Team plus Apify, and its per-video judgments come from captions and thumbnail metadata rather than retention data or frame-level analysis.