All authors
yanacuti1121 avatar

Claude Skills by yanacuti1121

github.com/yanacuti1121
3,362 skillsA× 3,037B× 234C× 42D× 31F× 180 installs938 views
Hermes Memory ManagerA

Single-integration-point memory orchestrator — delegates to multiple providers, one external allowed, background async sync so slow providers never block a turn. Lifecycle hooks for compression/session-switch. Source: NousResearch/hermes-agent (MIT).

ai-agentspythonbash
0
3
Hermes Streaming ScrubberA

Scrub <memory-context> tags from LLM streaming output before displaying to UI — prevents internal memory blocks leaking into user-visible text. Stateful across chunk boundaries. Source: NousResearch/hermes-agent (MIT).

ai-agentstypescriptpython
0
3
Hermes System Prompt TiersA

Build system prompts in three tiers — stable (identity+tools, prefix-cache-friendly), context (session CWD files), volatile (memory+date-only) — to maximize upstream prompt cache reuse across turns. Source: NousResearch/hermes-agent (MIT).

ai-agentstypescriptpython
0
3
Hermes Tool GuardrailsC

Yana AI-native (not hermes-agent-derived — see Provenance correction below) command allowlist + approval-gate pattern for safe tool execution. Block dangerous commands by default, prompt for approval on risky ones, auto-deny in non-interactive subagents. Complements YAMTAM's safe-run.sh at the agent decision level. Distinct from [[hermes-tool-loop-guard]], which detects within-turn tool-call failure loops.

ai-agentspythongo
0
3
Hermes Tool Loop GuardA

Detect and stop within-turn tool-call failure loops and no-progress idempotent loops. Three detectors — exact failure (same tool+args), same-tool failure, no-progress (idempotent returns same result N times). Warn-first, hard-stop opt-in. Source: NousResearch/hermes-agent (MIT).

ai-agentspythonrails
0
3
Hermes WebuiA

Web UI 3-panel cho AI agent — sessions, chat, file browser. Python + vanilla JS, không framework. Reference architecture cho YAMTAM IO web mode.

ai-agentsjavascriptpython
0
3
High End Visual DesignA

Teaches the AI to design like a high-end agency. Defines the exact fonts, spacing, shadows, card structures, and animations that make a website feel expensive. Blocks all the common defaults that make AI designs look cheap or generic.

ai-agentsjavascriptgo
0
3
High Perf Data AlgorithmsA

High-performance data processing patterns from 5 repos. O(n log n) array algorithms, lazy evaluation chains, statistical computation on raw data, streaming JSON parsing for large files, and concurrent async queue management. Sources: d3/d3-array, lodash/lodash, simple-statistics/simple-statistics, vitorperes/json-stream, sindresorhus/p-queue.

ai-agentsjavascriptgo
0
3
Honeypot Deception PatternsB

Build active deception infrastructure for agent swarms. Honey-vault canary tokens, ghost file-system with inotify monitoring, decoy agent prompts on the Swarm Bus, and dynamic quarantine on trip detection.

ai-agentsrustgo
0
3
Hook Block CommandsF

Pattern guide for writing PreToolUse hooks that block dangerous shell commands. Use when: building or auditing a guard-destructive hook, adding new blocked patterns, reviewing what the current hook covers. Covers 3 safety levels (critical/high/strict) and 58+ regex patterns. Inspired by: karanb192/claude-code-hooks block-dangerous-commands pattern (MIT).

ai-agentsgoshell
0
3
Hook Protect SecretsF

Pattern guide for writing PreToolUse hooks that block secret file access, credential exfiltration, and environment variable dumps. Use when: auditing token-scope-guard.sh, adding new sensitive file patterns, reviewing what secret paths are protected. Covers 33 file patterns + 24 bash patterns + 15 exfiltration patterns. Inspired by: karanb192/claude-code-hooks protect-secrets pattern (MIT).

ai-agentsgobash
0
3
Hookify RulesC

This skill should be used when the user asks to create a hookify rule, write a hook rule, configure hookify, add a hookify rule, or needs guidance on hookify rule syntax and patterns.

ai-agentspythonbash
0
3
Html Xss FilteringA

Custom-allowlist XSS filtering with fine-grained tag and attribute control. leizongmin/js-xss whitelist configuration, attribute value sanitization, CSS sanitization, and protocol filtering. Sources: leizongmin/js-xss.

ai-agentsjavascriptjava
0
3
Htn Evolutionary PlanningA

Hierarchical Task Network planning (provably correct plans via symbolic decomposition + LLM fallback) and AlphaEvolve evolutionary code search (fitness-gated genetic algorithm). ChatHTN 2025 hybrid, AlphaEvolve DeepMind 2025. Sources: rohitg00/ai-engineering-from-scratch (Apache-2.0).

ai-agentspythongo
0
3
Http Client Auth PatternsA

HTTP client with authentication, retry, progress, and request pipeline patterns. superagent bearer token injection, multipart uploads, response validation, and timeout enforcement for agent API calls. Sources: ladjs/superagent.

ai-agentsjavascriptgo
0
3
Http Proxy InterceptA

HTTP/HTTPS proxy interception for agent network traffic. Trap outbound requests, inspect headers/bodies, enforce domain allowlists, inject auth tokens, and block SSRF targets. Sources: http-party/node-http-proxy.

ai-agentsjavascriptjava
0
3
Http Tunnel PatternsA

HTTP/HTTPS tunneling and SOCKS5 proxy for agent network routing. CONNECT tunnel setup, TLS over HTTP proxy, agent-specific proxy routing, and secure tunnel authentication. Sources: request/request (tunneling patterns), node-tunnel.

ai-agentsjavascriptjava
0
3
Hugoblox KitA

AI-generated sites dưới dạng Markdown — describe site, AI builds it, anh own Markdown files. Landing pages, blogs, portfolios, docs với Tailwind blocks.

ai-agentsgobash
0
3
Hunting Advanced Persistent ThreatsA

'Proactively hunts for Advanced Persistent Threat (APT) activity within

ai-agentsgoshell
0
3
Hunting Credential Stuffing AttacksA

'Detects credential stuffing attacks by analyzing authentication logs

ai-agentspythontesting
0
3
Hunting For Anomalous Powershell ExecutionA

'Hunt for malicious PowerShell activity by analyzing Script Block Logging

ai-agentspythonshell
0
3
Hunting For Beaconing With Frequency AnalysisA

Identify command-and-control beaconing patterns in network traffic by

ai-agentsrustgo
0
3
Hunting For Cobalt Strike BeaconsA

Detect Cobalt Strike beacon network activity using default TLS certificate

ai-agentspythongit
0
3
Hunting For Command And Control BeaconingA

Detect C2 beaconing patterns in network traffic using frequency analysis,

ai-agentsrustgo
0
3
Hunting For Data Exfiltration IndicatorsA

Hunt for data exfiltration through network traffic analysis, detecting

ai-agentsgogit
0
3
Hunting For Data Staging Before ExfiltrationA

Detect data staging activity before exfiltration by monitoring for archive

ai-agentspythongit
0
3
Hunting For Dcom Lateral MovementA

'Hunt for DCOM-based lateral movement by detecting abuse of MMC20.Application,

ai-agentspythongo
0
3
Hunting For Dcsync AttacksA

Detect DCSync attacks by analyzing Windows Event ID 4662 for unauthorized

ai-agentspythonazure
0
3
Hunting For Defense Evasion Via TimestompingA

'Detect NTFS timestamp manipulation (MITRE T1070.006) by comparing $STANDARD_INFORMATION

ai-agentspythonshell
0
3
Hunting For Dns Based PersistenceA

Hunt for DNS-based persistence mechanisms including DNS hijacking, dangling

ai-agentspythonrails
0
3
Hunting For Dns Tunneling With ZeekA

Detect DNS tunneling and data exfiltration by analyzing Zeek dns.log

ai-agentsbashgit
0
3
Hunting For Domain Fronting C2 TrafficA

Detect domain fronting C2 traffic by analyzing SNI vs HTTP Host header

ai-agentspythonazure
0
3
Hunting For Lateral Movement Via WmiA

Detect WMI-based lateral movement by analyzing Windows Event ID 4688

ai-agentspythonshell
0
3
Hunting For Living Off The Cloud TechniquesA

Hunt for adversary abuse of legitimate cloud services for C2, data staging,

ai-agentsgoaws
0
3
Hunting For Living Off The Land BinariesA

Proactively hunt for adversary abuse of legitimate system binaries (LOLBins)

ai-agentsrustshell
0
3
Hunting For Lolbins Execution In Endpoint LogsA

Hunt for adversary abuse of Living Off the Land Binaries (LOLBins) by

ai-agentsjavascriptgo
0
3
Hunting For Ntlm Relay AttacksA

Detect NTLM relay attacks by analyzing Windows Event 4624 logon type

ai-agentspythongo
0
3
Hunting For Persistence Mechanisms In WindowsA

Systematically hunt for adversary persistence mechanisms across Windows

ai-agentsgoshell
0
3
Hunting For Persistence Via Wmi SubscriptionsA

Hunt for adversary persistence through Windows Management Instrumentation

ai-agentsgoshell
0
3
Hunting For Process Injection TechniquesA

Detect process injection techniques (T1055) including CreateRemoteThread,

ai-agentspythongit
0
3
Hunting For Registry Persistence MechanismsA

Hunt for registry-based persistence mechanisms including Run keys, Winlogon

ai-agentsgoshell
0
3
Hunting For Registry Run Key PersistenceA

Detect MITRE ATT&CK T1547.001 registry Run key persistence by analyzing

ai-agentspythongo
0
3
Hunting For Scheduled Task PersistenceA

Hunt for adversary persistence via Windows Scheduled Tasks by analyzing

ai-agentsshellgit
0
3
Hunting For Shadow Copy DeletionA

Hunt for Volume Shadow Copy deletion activity that indicates ransomware

ai-agentsshellgit
0
3
Hunting For Spearphishing IndicatorsA

Hunt for spearphishing campaign indicators across email logs, endpoint

ai-agentsshellgit
0
3
Hunting For Startup Folder PersistenceA

Detect T1547.001 startup folder persistence by monitoring Windows startup

ai-agentspythongo
0
3
Hunting For Supply Chain CompromiseA

Hunt for supply chain compromise indicators including trojanized software

ai-agentsrustgit
0
3
Hunting For Suspicious Scheduled TasksA

Hunt for adversary persistence and execution via Windows scheduled tasks

ai-agentsgoshell
0
3
Hunting For T1098 Account ManipulationA

Hunt for MITRE ATT&CK T1098 account manipulation including shadow admin

ai-agentspythongit
0
3
Hunting For Unusual Network ConnectionsA

Hunt for unusual network connections by analyzing outbound traffic patterns,

ai-agentsgitsecurity
0
3