All authors
yanacuti1121 avatar

Claude Skills by yanacuti1121

github.com/yanacuti1121
3,362 skillsA× 3,037B× 234C× 42D× 31F× 180 installs890 views
Deusdata Codebase Memory McpC

How to install and use codebase-memory-mcp — a single-binary MCP server that indexes a codebase into a persistent tree-sitter + Hybrid-LSP knowledge graph (158 languages), answering structural queries (call graph, dead code, HTTP/gRPC/GraphQL route linking, ADRs, Cypher-like queries) in sub-millisecond time with ~10x fewer tokens than file-by-file grep/read exploration. Triggers on: 'index this codebase', 'codebase memory mcp', 'code knowledge graph', 'find callers of', 'call graph', 'dead co...

ai-agentsrustshell
0
3
Did Credential LifecycleA

Verifiable credential lifecycle management for agent identity. Issue, verify, revoke credentials, DID document key rotation, credential schema validation, and W3C VC data model compliance. Sources: microsoft/did-sdk-js, W3C VC spec.

ai-agentsjavascripttypescript
0
3
Did Resolver PatternsA

W3C Decentralized Identifier (DID) resolution and cross-agent identity verification. DID document resolution, method routing, key extraction from DID documents, and mutual authentication between Swarm Bus agents. Sources: decentralized-identity/did-resolver.

ai-agentsjavascripttypescript
0
3
Disaggregated Prefill DecodeA

Disaggregated prefill/decode — separate GPU pools for compute-bound prefill and memory-bound decode. KV cache transfer via NIXL (RDMA/TCP). NVIDIA Dynamo (stack-above) vs llm-d (K8s-native). 6x DeepSeek-R1 on GB200+Dynamo. 30–40% cost savings on $2M+ inference budgets. Sources: rohitg00/ai-engineering-from-scratch (Apache-2.0).

ai-agentspythonrust
0
3
Distributed TracingA

Instrument and debug distributed systems with tracing — OpenTelemetry setup, span creation, context propagation (W3C traceparent), sampling strategy, exporter configuration (Jaeger/Tempo/Honeycomb/Datadog), and correlating traces with logs. Use when asked to "add tracing", "OpenTelemetry", "OTel", "distributed trace", "trace propagation", "traceparent header", "find slow span", "Jaeger", "Tempo", "Honeycomb", "why is this request slow across services", or "trace ID in logs". Do NOT use for: m...

ai-agentspythongo
0
3
Docker PatternsD

Build production-grade Docker images — multi-stage builds, layer caching, non-root user, minimal base images, .dockerignore, health checks, docker-compose for local dev, BuildKit secrets, and image size audit. Use when asked about "Docker", "Dockerfile", "multi-stage build", "Docker image too large", "non-root Docker", "Docker layer cache", "docker-compose", "Docker health check", "BuildKit", ".dockerignore", "Docker security", "distroless", or "container image best practices". Do NOT use for...

ai-agentspythongo
0
3
Dompurify Xss PreventionA

DOMPurify XSS sanitization for HTML content in agent outputs. Strip script tags and event handlers, allowlist-based tag/attribute filtering, sanitize LLM-generated HTML before rendering, and defend against DOM clobbering. Sources: cure53/DOMPurify.

ai-agentsjavascripttypescript
0
3
DspyA

Program LM pipelines with DSPy — define Signatures (input/output fields), build Modules (ChainOfThought, ReAct, Predict), compose them into Programs, then optimize with Teleprompters (BootstrapFewShot, MIPRO, COPRO) to auto-improve prompts from examples.

ai-agentspythongo
0
3
Durable Task QueuesA

Durable background job and task queue patterns for AI agent systems. BullMQ Redis-backed queues with concurrency + rate limiting, Inngest event-driven durable functions, Trigger.dev background tasks, dead-letter queue patterns, and job failure diagnostics. Sources: taskforcesh/bullmq, inngest/inngest, triggerdotdev/trigger.dev, OptimalBits/bull, agenda/agenda.

ai-agentstypescriptgo
0
3
Dynamic Workflow ModeA

Task-local harness system — declare owns/consumes/produces/pass-fail before dispatch, extract to shared skill when repeated. Use instead of inline ad-hoc steps for any task spanning >1 session or >3 files. Triggers on: 'dynamic workflow', 'task harness', 'harness per task', 'custom harness', 'adaptive workflow', 'task-local harness', 'owns consumes produces', 'harness template', 'dynamic mode', 'workflow harness'.

ai-agentsgobash
0
3
Ebpf Runtime TracingB

eBPF-based runtime behavioral monitoring for detecting sandbox escapes and privilege escalation. Tracee event signatures, file access monitoring, network connection alerts, and process execution tracing. Sources: aquasecurity/tracee.

ai-agentspythongo
0
3
Ebpf Syscall MonitoringA

Monitor and intercept Linux kernel syscalls from agent processes using eBPF (Extended Berkeley Packet Filter). Real-time syscall filtering, PID-based policy enforcement, cgroups v2 throttling, and seccomp profile generation.

ai-agentsgobash
0
3
Ecc AgentshieldA

Security scanner cho Claude Code config — quét CLAUDE.md, settings.json, hooks, MCP servers, agents tìm lỗ hổng bảo mật. 1282 tests, 102 static analysis rules.

ai-agentsshellbash
0
3
Ecc GuideA

Navigation guide cho ECC — onboarding, tìm skills/agents/commands phù hợp, setup, troubleshooting. Dùng khi cần hỏi 'làm X với ECC như thế nào?'

ai-agentsgobash
0
3
Ecc Key ManagementB

Elliptic curve cryptography for agent key pairs and command signing. EC key generation (secp256k1/p256), ECDSA sign/verify, ECDH shared secret, DER/PEM encoding, and hardware-safe key storage patterns. Sources: indutny/elliptic.

ai-agentsjavascriptjava
0
3
Ecc Tools Cost AuditA

Audit cost overrun cho ECC Tools GitHub App — investigate runaway PR creation, quota bypass, premium-model leakage, duplicate jobs, billing spikes.

ai-agentsbashgit
0
3
EccA

Everything Claude Code (ECC) — agent harness configuration layer for Claude Code and other AI coding IDEs. Augments agents with skills, hooks, persistent memory, model routing, and quality gates without modifying the underlying model.

ai-agentspythonshell
0
3
Enterprise Design SystemsA

Enterprise-grade component architecture patterns from 20 production design systems. Component naming, data-dense layouts, headless patterns, accessible forms, and dev-tool UI conventions. Sources: IBM Carbon, Adobe React Spectrum, Palantir Blueprint, GitHub Primer, Microsoft Fluent, Salesforce, Workday Canvas, Twilio Paste, Pinterest Gestalt, and 11 others.

ai-agentsjavascriptjava
0
3
Envoy Proxy PatternsA

Envoy L7 proxy filter chains, xDS dynamic configuration, rate limiting, request mirroring, and Lua/WASM filter patterns for sidecar-level traffic control in agent networks. Sources: envoyproxy/envoy (Apache-2.0).

ai-agentsgotesting
0
3
Eradicating Malware From Infected SystemsF

Systematically remove malware, backdoors, and attacker persistence mechanisms

ai-agentsgophp
0
3
Error Handling PatternsA

Production error handling — typed errors, Result type, error boundaries, structured logging, retry strategies

ai-agentstypescriptpython
0
3
Error HandlingA

Design structured application error handling — error type hierarchy, error codes, propagation strategy (throw vs return), user-facing vs internal messages, HTTP error response format, async error safety, and React error boundaries. Use when asked to "improve error handling", "structured errors", "error codes", "error types", "don't swallow errors", "unhandled promise rejection", "error boundary", "error response format", "what to show users when something fails", or before shipping any featur...

ai-agentstypescriptsql
0
3
Eslint Rule EngineA

ESLint custom rule architecture. AST visitor rules with auto-fix, rule metadata, nested rule hierarchies, RuleTester harness, and monorepo-wide static analysis configuration. Sources: eslint/eslint (MIT).

ai-agentsjavascriptpython
0
3
Estree Ast SpecA

ESTree standard AST node types for JavaScript analysis. Node structure reference, custom AST walkers, node type guards, and building AST-based tools from the official ECMAScript AST specification. Sources: estree/estree (MIT).

ai-agentsjavascripttypescript
0
3
Etcd Distributed ConfigA

etcd distributed key-value store for centralized agent config and distributed locking. Watch API for live config reload, lease-based TTL keys, transactions, and distributed mutex patterns. Sources: etcd-io/etcd (Apache-2.0).

ai-agentsjavascriptjava
0
3
Eval Driven Agent DevA

Eval-driven agent development — 3-layer evaluation (static benchmarks, custom offline, online production). Evaluator-optimizer tight loop. Evals in CI, score-gated PRs. SWE-bench/GAIA/BFCL V4 for cross-model comparison. Trajectory-based and LLM-as-judge evals. Sources: rohitg00/ai-engineering-from-scratch (Apache-2.0).

ai-agentspythongo
0
3
Evaluating Threat Intelligence PlatformsA

'Evaluates and selects Threat Intelligence Platform (TIP) products based

ai-agentspythongo
0
3
Event Driven ArchitectureA

Design event-driven systems — event sourcing, CQRS, saga pattern for distributed transactions, message queue patterns, and event schema design. Use when asked about "event sourcing", "CQRS", "saga", "distributed transaction", "message queue", "Kafka", "publish/subscribe", "event-driven", or "how to coordinate across services without direct calls". Do NOT use for: real-time WebSocket UI patterns — that is a frontend concern.

ai-agentsgosql
0
3
Everyinc Compound EngineeringA

Compound Engineering plugin cho Claude Code + Cursor — 37 skills, 51 agents, triết lý 80% planning/review + 20% execution. Mỗi unit làm việc sau dễ hơn trước.

ai-agentsbashcode-review
0
3
Executing Active Directory Attack SimulationA

'Executes authorized attack simulations against Active Directory environments

ai-agentspythonrust
0
3
Executing Phishing Simulation CampaignA

'Executes authorized phishing simulation campaigns to assess an organization''s

ai-agentsgotesting
0
3
Executing PlansA

Use when the user has approved a plan and says 'go', 'execute', 'proceed', 'do it', or 'run the plan'. Enforces step-by-step execution with no scope expansion. Companion to plan-first skill.

ai-agentsgo
0
3
Executing Red Team Engagement PlanningA

Red team engagement planning is the foundational phase that defines scope,

ai-agentspythongo
0
3
Executing Red Team ExerciseA

'Executes comprehensive red team exercises that simulate real-world adversary

ai-agentsrustgo
0
3
Exploiting Active Directory Certificate Services Esc1A

Exploit misconfigured Active Directory Certificate Services (AD CS) ESC1

ai-agentspythongo
0
3
Exploiting Active Directory With BloodhoundA

BloodHound is a graph-based Active Directory reconnaissance tool that

ai-agentspythonrust
0
3
Exploiting Api Injection VulnerabilitiesB

'Tests APIs for injection vulnerabilities including SQL injection, NoSQL

ai-agentspythongo
0
3
Exploiting Bgp Hijacking VulnerabilitiesB

'Analyzes and simulates BGP hijacking scenarios in authorized lab environments

ai-agentspythonbash
0
3
Exploiting Broken Function Level AuthorizationA

'Tests APIs for Broken Function Level Authorization (BFLA) vulnerabilities

ai-agentsjavascriptpython
0
3
Exploiting Broken Link HijackingA

Discover and exploit broken link hijacking vulnerabilities by identifying

ai-agentsjavascriptjava
0
3
Exploiting Constrained Delegation AbuseA

Exploit Kerberos Constrained Delegation misconfigurations in Active Directory

ai-agentspythonrust
0
3
Exploiting Deeplink VulnerabilitiesA

'Tests and exploits deep link (URL scheme and App Link) vulnerabilities

ai-agentsjavascriptgo
0
3
Exploiting Excessive Data Exposure In ApiA

'Tests APIs for excessive data exposure where endpoints return more data

ai-agentspythongo
0
3
Exploiting Http Request SmugglingA

Detecting and exploiting HTTP request smuggling vulnerabilities caused

ai-agentspythongo
0
3
Exploiting Idor VulnerabilitiesA

Identifying and exploiting Insecure Direct Object Reference vulnerabilities

ai-agentsgobash
0
3
Exploiting Insecure Data Storage In MobileB

'Identifies and exploits insecure local data storage vulnerabilities

ai-agentsgojava
0
3
Exploiting Insecure DeserializationA

Identifying and exploiting insecure deserialization vulnerabilities in

ai-agentspythonrust
0
3
Exploiting Ipv6 VulnerabilitiesA

'Identifies and exploits IPv6-specific vulnerabilities including SLAAC

ai-agentspythonbash
0
3
Exploiting Jwt Algorithm Confusion AttackB

'Exploits JWT algorithm confusion vulnerabilities where the server''s

ai-agentspythonrust
0
3
Exploiting Kerberoasting With ImpacketA

Perform Kerberoasting attacks using Impacket's GetUserSPNs to extract

ai-agentsshellbash
0
3