Showing 30 of 136620 results
Produces thorough, cited research reports by searching multiple web sources via Firecrawl and Exa MCP tools, synthesizing findings across sub-questions, and delivering structured reports with source attribution.
Patterns and reference implementations for running Claude Code autonomously in loops, ranging from simple sequential pipelines and REPL sessions to parallel agent orchestration with RFC-driven DAG systems and CI/CD quality gates.
Systematically analyzes an unfamiliar codebase through reconnaissance, architecture mapping, and convention detection to produce a structured onboarding guide with key entry points and a starter CLAUDE.md.
Skill for transcribing audio to text using ElevenLabs Scribe v2, supporting 90+ languages, speaker diarization, and word-level timestamps
A Claude Code skill that detects and removes AI writing artifacts from web fiction, using a three-pass method with a banned word list and rewrite examples to make text read as natural human writing.
Ground every framework-specific implementation decision in official documentation rather than training data. Workflow: Detect stack/versions from `package.json`/`pyproject.toml`/`go.mod`/etc., fetch the exact relevant docs page (e.g. `react.dev/reference/react/useActionState`, not the homepage), implement matching those patterns, and cite full URLs (prefer deep links with anchors) in code comments. Treats Stack Overflow, blog posts, and training data as non-authoritative and requires explicit `UNVERIFIED:` flags when no doc exists.
Provides the OKX OnchainOS CLI audit log file path (`~/.onchainos/audit.jsonl`, or `$ONCHAINOS_HOME/audit.jsonl`) and its JSONL entry format — device header, timestamp with timezone, source (cli/mcp), command, duration, redacted args — so developers can troubleshoot offline without the agent reading or displaying the log contents.
A Chinese web fiction writing skill pack covering the full workflow from market scanning and story analysis to long/short-form writing and AI-text de-slopping, with browser automation for data scraping from major fiction platforms.
Covers Angular v20+ dependency injection using inject(), injection tokens, and provider configuration for service architecture, managing singleton vs scoped services, and understanding the DI hierarchy.
Comprehensive collection of Claude Code configurations, tips, and resources including CLAUDE.md templates, custom commands, agent workflows, and best practices across multiple programming languages.
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes.
Angular skills for building signal-based forms with Angular v21+'s Signal Forms API, including schema-based validation, two-way binding, and dynamic form patterns.
Agent-agnostic visual feedback tool for development — click elements on your page, add notes, and copy structured feedback for AI agents.
A Claude Code skill for writing short-form web fiction, covering emotion design, twist construction, and final polishing to produce publication-ready drafts.
Rust testing patterns covering unit tests with `#[cfg(test)]` modules, integration tests, async/Tokio testing, rstest for parameterized tests, proptest for property-based tests, mockall-based mocking, and cargo-llvm-cov coverage targeting 80%+ — applied via a RED-GREEN-REFACTOR TDD workflow.
A collection of AI agent skills for marketing tasks including conversion optimization, copywriting, SEO, analytics, and growth engineering, built for technical marketers and founders using Claude Code and other coding agents. Skills reference each other and build on a shared product-marketing foundation that every other skill reads first to understand product, audience, and positioning.
Creates platform-native content for X, LinkedIn, TikTok, YouTube, and newsletters.
Comprehensive collection of Claude Code configurations, tips, and resources including CLAUDE.md templates, custom commands, agent workflows, and best practices across multiple programming languages.
A skill from the Everything Claude Code project that provides AI-first engineering practices and patterns for optimizing AI agent workflows. Part of a complete system including skills, memory optimization, continuous learning, and research-first development, evolved from 10+ months of intensive daily use.
A skill for SwiftUI patterns and best practices, part of a comprehensive Claude Code configuration collection with production-ready agents, skills, hooks, and commands.
A Clerk authentication skill for Android development, providing AI coding agents with patterns for integrating Clerk auth into Kotlin and Jetpack Compose apps, part of the Clerk Skills collection that covers 15+ frameworks and features.
Programmatic web search with hard context isolation — runs Tavily search/extract inside a Python script so raw HTML and boilerplate never enter Claude's context window, cutting typical 300K-char raw results down to 1–3K chars of curated signal. The default skill for 'search for', 'research', or 'look up' type tasks.
from othmanadi/planning-with-files
Covers Angular directive patterns including custom attribute and structural directives, DOM manipulation, and component behavior extension
OSINT skills for CTF challenges covering social media investigation, geolocation, DNS reconnaissance, Google dorking, Wayback Machine, hash identification, and more.