davila7

117 mods across 5 repositories, 31k stars between them.

computer-use-agents

49

davila7/claude-code-templates

Skill Claude CodeCodex

Build AI agents that interact with computers like humans do - viewing screens, moving cursors, clicking buttons, and typing text. Covers Anthropic's Computer Use, OpenAI's Operator/CUA, and open-source alternatives. Critical focus on sandboxing, security, and handling the unique challenges of vision-based control. Use…

30k +27 today A 88 tokens original MIT

davila7/claude-code-templates

Skill Claude CodeCodex

Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Use when: context window, token limit, context management, context engineering, long context.

30k +27 today A 41 tokens original MIT

conversation-memory

52

davila7/claude-code-templates

Skill Claude CodeCodex

Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.

30k +27 today A 39 tokens original MIT

crewai

53

davila7/claude-code-templates

Skill Claude CodeCodex

Expert in CrewAI - the leading role-based multi-agent framework used by 60% of Fortune 500 companies. Covers agent design with roles and goals, task definition, crew orchestration, process types (sequential, hierarchical, parallel), memory systems, and flows for complex workflows. Essential for building collaborative…

30k +27 today A 89 tokens original MIT

data-engineer

54

davila7/claude-code-templates

Skill Claude CodeCodex

Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms.

30k +27 today A 35 tokens original MIT

nemo-curator

55

davila7/claude-code-templates

Skill Claude CodeCodex

GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for preparing high-quality training datasets, cleaning web data, or…

30k +27 today A 83 tokens original MIT

ray-data

56

davila7/claude-code-templates

Skill Claude CodeCodex

Scalable data processing for ML workloads. Streaming execution across CPU/GPU, supports Parquet/CSV/JSON/images. Integrates with Ray Train, PyTorch, TensorFlow. Scales from single machine to 100s of nodes. Use for batch inference, data preprocessing, multi-modal data loading, or distributed ETL pipelines.

30k +27 today A 70 tokens original MIT

data-scientist

57

davila7/claude-code-templates

Skill Claude CodeCodex

Expert data scientist for advanced analytics, machine learning, and statistical modeling. Handles complex data analysis, predictive modeling, and business intelligence.

30k +27 today A 31 tokens original MIT

datadog-cli

58

davila7/claude-code-templates

Skill Claude CodeCodex

Datadog CLI for searching logs, querying metrics, tracing requests, and managing dashboards. Use this when debugging production issues or working with Datadog observability.

30k +27 today A 38 tokens original MIT

davila7/claude-code-templates

Skill Claude CodeCodex

Deep research skill powered by NotebookLM MCP. Conducts structured multi-source research (market analysis, competitive intel, trend analysis, prospect research) using Google NotebookLM as the research engine, then delivers formatted briefs and optional studio artifacts (slides, audio podcasts, videos, infographics…

30k +27 today A 68 tokens original MIT

deep-research

60

davila7/claude-code-templates

Skill Claude CodeCodex

Run autonomous research tasks that plan, search, read, and synthesize information into comprehensive reports.

30k +27 today A 23 tokens original MIT

dependency-tracer

62

davila7/claude_subagents

Agent Claude Code

Traces which components and scripts import a specific function from src/scripts/utils.js. Use when you're about to rename, remove, or change the signature of a utility function and need to know the blast radius.

107 2mo ago A 45 tokens

depth-limit-tester

63

davila7/claude_subagents

Agent Claude Code

Reports what tools are available at the current subagent depth. Used to verify the 5-level nesting limit in Claude Code.

107 2mo ago A 30 tokens

import-validator

64

davila7/claude_subagents

Agent Claude Code

Validates that every import statement in the src/ JS files resolves to a file that actually exists on disk. Use as part of the audit chain after structure-checker, or standalone before a refactor that moves files.

107 2mo ago A 47 tokens

project-auditor

65

davila7/claude_subagents

Agent Claude Code

Runs a full audit of the project by orchestrating a chain of specialized subagents. Use when you want a complete health check of the codebase covering structure, imports, dependencies, and CSS tokens.

107 2mo ago A 45 tokens

structure-checker

66

davila7/claude_subagents

Agent Claude Code

Checks that all expected source files exist in the project and are correctly referenced from index.html. Use as part of the audit chain after project-auditor, or standalone when files may have been moved or deleted.

107 2mo ago A 46 tokens

style-sync

67

davila7/claude_subagents

Agent Claude Code

Checks that CSS custom properties defined in src/styles/main.css (like --accent, --bg, --text) are consistently applied across all rules and that dark mode overrides exist for every light-mode token. Use when you add or rename a CSS variable.

107 2mo ago A 53 tokens

ui-auditor

68

davila7/claude_subagents

Agent Claude Code

Audits the HTML and CSS in src/ for accessibility issues, missing ARIA attributes, and broken semantic structure. Use when you change index.html or main.css and want a quick a11y check.

107 2mo ago A 46 tokens

davila7/claude-with-skills

Instructions file

Instructions for davila7/claude-with-skills, covering claude-with-skills, repository layout, skill.md conventions, installing and testing an example and install a skill into personal scope (/.claude/skills/).

11 3mo ago A 1,038 tokens original MIT

explain-code

70

davila7/claude-with-skills

Skill Claude CodeCodex

Explains code in plain language for someone unfamiliar with the programming language. Use when asked to explain code, walk through logic, describe what a function does, or when the user says "explain this" or "walk me through this".

11 3mo ago A 52 tokens original MIT

davila7/claude-with-skills

Skill Claude CodeCodex

Summarizes uncommitted git changes in a concise machine-readable format. Use in CI pipelines, scripts, or headless invocations where the output will be piped or captured.

11 3mo ago A 45 tokens original MIT

hello-skill

72

davila7/claude-with-skills

Skill Claude CodeCodex

Explains what a skill is and demonstrates that skills are working. Use when testing skills, when asked about skills, or when asked to demonstrate how skills work.

11 3mo ago A 36 tokens original MIT