Plugin Claude Code
Plugin marketplace listing 1 plugin: earthchen-ai-assets.
Plugin Claude Code
Plugin marketplace listing 1 plugin: earthchen-ai-assets.
Plugin Claude Code
Personal unified AI agent assets for Claude Code.
Instructions file CodexOpenCode
AGENTS.md instructions for EarthChen/ai-assets, covering ai plugins repository, development guidelines, architecture, pi support (script-only deploy) and update mechanism.
Instructions file
Claude Code instructions for EarthChen/ai-assets.
Cursor rule
Karpathy Rules: behavioral guidelines to reduce common LLM coding mistakes.
Cursor rule
ECC coding style: design principles, immutability, file organization, error handling, validation.
Cursor rule
Security: mandatory checks, secret management.
Cursor rule
Tech stack constraints: mandatory uv/pnpm, Python-first scripts, atomic functions, visualization.
Cursor rule
Testing requirements: 80% coverage, TDD workflow.
Cursor rule
Mandatory mcp-feedback-pro feedback loop: main-agent-only invocation, subagent-disable clause, 10x timeout retry logic.
Cursor rule
Global instructions: language, tech stack, conventions.
Cursor rule
// GOOD — immutable value type public record OrderSummary(Long id, String customerName, BigDecimal total) {}.
Cursor rule
Encapsulate data access behind an interface.
Cursor rule
// BAD private static final String APIKEY = "sk-abc123...".
Cursor rule
Cursor rule "java-testing" from EarthChen/ai-assets, covering java testing, test framework, test organization, unit test pattern and parameterized tests.
Cursor rule
Python coding style extending common rules.
Cursor rule
Use these rules for FastAPI projects alongside the general Python rules.
Cursor rule
Python hooks extending common rules.
Cursor rule
Python patterns extending common rules.
Cursor rule
Python security extending common rules.
Cursor rule
Python testing extending common rules.
Agent
System-level architecture specialist — scalability, cross-module boundaries, technology selection, and high-level technical decisions that span multiple features or services. Use PROACTIVELY when planning large-scale refactors, new service boundaries, or system-wide design decisions. For a single feature's…
Agent
Language-agnostic build error resolution specialist. Use PROACTIVELY when any build fails — TypeScript, Python, Go, Rust, or any project. Detects the build system and language from the project, then fixes build/compile/type errors with minimal diffs. No architectural edits. Focuses on getting the build green quickly.
Agent
Feature-level architecture specialist — implementation blueprints for a single feature: concrete files, interfaces, data flow, and build order, derived from analysis of existing codebase patterns and conventions. Use PROACTIVELY when turning a feature spec or design decision into an actionable build plan. For…