Showing 30 of 146054 results
Creates the cron job. Part of teylersf/openclaw-auto-updater.
Interactive 5–10 minute onboarding that calibrates the `roundup` skill to the user — learning role, audiences, and communication style by asking one question at a time (via `ask_user`) and by analyzing pasted example updates. Produces a config file that `roundup` later uses to draft briefings.
An ECC skill for terminal operations and management workflows within a comprehensive library of 232+ agent skills. Part of the ECC harness-native operator system that works across Claude Code, Codex, Cursor, OpenCode, Gemini, and other AI agent harnesses.
Expert threat-model analyst performing STRIDE-A (STRIDE + Abuse) audits of repositories with Zero Trust and defense-in-depth lenses. Two modes: single full analysis (architecture overview, DFDs, STRIDE-A findings, prioritized risks, executive assessment) and incremental mode that diffs against a prior report with a STRIDE heatmap and embedded HTML comparison.
Go-based CLI/TUI that answers "why is this running?" for any process, service, or port by making the causality chain explicit — so you no longer have to manually correlate `ps`, `lsof`, `ss`, `systemctl`, and `docker ps`. Shows where a running thing came from, how it was started, and which chain of supervisors/containers/shells is responsible.
Fully automatic skill that builds a marimo notebook demo of a research paper without asking the user for input — fetches the paper through AlphaXiv, picks a single clear story to tell, and produces a CPU-runnable minimum example centered on one or two interactive charts.
The first stage of the CodeStable issue workflow that captures a bug report through dialogue, producing a structured, reproducible {slug}-report.md while also determining whether to route the issue through a fast-track or standard fix path.
ECC skill providing progressive context refinement patterns for subagents, enabling multi-step information gathering that narrows scope iteratively. A core ECC workflow pattern for managing context efficiently during complex agent orchestration tasks.
An ECC skill for academic and scholarly evaluation workflows within a comprehensive library of 232+ agent skills. Part of the ECC harness-native operator system that works across Claude Code, Codex, Cursor, OpenCode, Gemini, and other AI agent harnesses.
ECC skill teaching SHA-256 content hash caching patterns for file processing, enabling efficient deduplication and change detection. Part of the engineering skill set within the ECC harness-native operator system covering patterns like regex-vs-LLM text parsing and cost-aware LLM pipelines.
A CodeStable skill providing a lightweight fast-forward channel for small refactors — AI directly identifies 1-3 low-risk optimization points, applies classic refactoring methods, and self-verifies with tests, without the full scan-design-apply workflow.
An ECC skill for Dart and Flutter development patterns and best practices within a comprehensive library of 232+ agent skills. Part of the ECC harness-native operator system covering 12+ language ecosystems including mobile development frameworks.
Part of a collection of auto-generated agent skills derived from GitHub's trending open-source projects by ara.so, providing installable skills for AI coding assistants via the skills.sh registry.
Claude Skills collection focused on business analysis and content creation, including McKinsey-style consulting PPT generation and Chinese viral content writing skills.
Part of the ECC harness-native operator system, providing Django and Celery integration patterns for building asynchronous task queues, scheduled jobs, and background processing in Django REST API projects.
Read-only finance-sentiment skill that fetches structured stock sentiment from the Adanos Finance API (`X-API-Key` header, `ADANOS_API_KEY`) across Reddit, X.com, news, and Polymarket — answers "how hot is TSLA on X", "how many Reddit mentions does NVDA have", "compare AMD vs NVDA sentiment", and cross-source bullish/buzz/alignment queries without placing trades.
A Salesforce AI Agentforce skill providing comprehensive guidance for building and deploying AI agents on the Salesforce platform.
Analyzes options strategies using Black-Scholes model, simulating trades, calculating Greeks, and providing risk management guidance for various options plays.
Part of the json-render project by Vercel Labs, providing React Email support for rendering email templates as MCP Apps. The project serves interactive UIs inside Claude, ChatGPT, Cursor, and VS Code through an MCP server architecture.
An ECC skill from the harness-native operator system for agentic work, part of a collection of 232+ production-ready skills covering coding standards, security scanning, continuous learning, and domain-specific workflows across 12+ language ecosystems.
Manages Google Calendar events by listing, creating, updating, and deleting events, and checking schedule availability.
Searches and retrieves icon SVG strings from an icon library. Returns up to 5 matching icons by default (customizable via topK parameter) with icon metadata including names, URLs, and complete SVG content for use in infographics, web development, and design projects.
A guide for using Netlify Forms to handle HTML form submissions without server-side code, covering the data-netlify attribute, spam filtering, AJAX submissions, file uploads, notifications, and JavaScript framework integration with static HTML skeletons.
Self-contained, ML-powered karaoke desktop app written in Rust (Bevy engine) that scans a local music folder, separates vocals/instrumentals with UVR Karaoke or Demucs, transcribes lyrics with word-level timestamps via WhisperX, and plays back with synchronized highlighting, real-time pitch scoring, player profiles, and GPU shader/video backgrounds. FFmpeg, Python, PyTorch, and ML models are bootstrapped automatically on first launch.