# loulanyue

> Open-source publisher. Listings imported from github.com/loulanyue — credited to the original author with their license.

- **Listings:** 54
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/loulanyue
- **Website:** https://github.com/loulanyue

## Published listings

- [Claude Handoff](https://agentstack.voostack.com/l/skill-loulanyue-skills-claude-handoff) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-skills-claude-handoff`
  Hand the current conversation off to a fresh background agent that picks up the work immediately.
- [Ask Matt](https://agentstack.voostack.com/l/skill-loulanyue-skills-ask-matt) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-skills-ask-matt`
  Ask which skill or flow fits your situation. A router over the skills in this repo.
- [To Questionnaire](https://agentstack.voostack.com/l/skill-loulanyue-skills-to-questionnaire) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-skills-to-questionnaire`
  Turn a decision you can't fully answer into a questionnaire for someone else to fill in.
- [Tdd](https://agentstack.voostack.com/l/skill-loulanyue-skills-tdd) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-skills-tdd`
  Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
- [Wizard](https://agentstack.voostack.com/l/skill-loulanyue-skills-wizard) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-skills-wizard`
  Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state transition — opening URLs, capturing values, confirming each step, and writing .env files and GitHub Actions secrets.
- [To Tickets](https://agentstack.voostack.com/l/skill-loulanyue-skills-to-tickets) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-skills-to-tickets`
  Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in one file per ticket locally, or native blocking links on a real tracker.
- [Context Budget](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-context-budget) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-context-budget`
  Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.
- [Carrier Relationship Management](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-carrier-relationship-management) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-carrier-relationship-management`
  >
- [Implement](https://agentstack.voostack.com/l/skill-loulanyue-skills-implement) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-skills-implement`
  Implement a piece of work based on a spec or set of tickets.
- [To Spec](https://agentstack.voostack.com/l/skill-loulanyue-skills-to-spec) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-skills-to-spec`
  Turn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.
- [Prototype](https://agentstack.voostack.com/l/skill-loulanyue-skills-prototype) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-skills-prototype`
  Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.
- [Setup Matt Pocock Skills](https://agentstack.voostack.com/l/skill-loulanyue-skills-setup-matt-pocock-skills) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-skills-setup-matt-pocock-skills`
  Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.
- [Claude Devfleet](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-claude-devfleet) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-claude-devfleet`
  Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports.
- [Cpp Testing](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-cpp-testing) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-cpp-testing`
  C++ テストの作成/更新/修正、GoogleTest/CTest の設定、失敗またはフレーキーなテストの診断、カバレッジ/サニタイザーの追加時にのみ使用します。
- [Crosspost](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-crosspost) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-crosspost`
  Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.
- [Django Patterns](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-django-patterns) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-django-patterns`
  Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.
- [Claude Api](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-claude-api) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-claude-api`
  Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.
- [Django Tdd](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-django-tdd) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-django-tdd`
  Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.
- [Content Hash Cache Pattern](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-content-hash-cache-pattern) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-content-hash-cache-pattern`
  Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.
- [Continuous Learning V2](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-continuous-learning-v2) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-continuous-learning-v2`
  フックを介してセッションを観察し、信頼度スコアリング付きのアトミックなインスティンクトを作成し、スキル/コマンド/エージェントに進化させるインスティンクトベースの学習システム。
- [Configure Ecc](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-configure-ecc) — Skill · Free — `agentstack add skill-loulanyue-awesome-claude-notes-configure-ecc`
  awesome claude notes のインタラクティブなインストーラー — スキルとルールの選択とインストールをユーザーレベルまたはプロジェクトレベルのディレクトリへガイドし、パスを検証し、必要に応じてインストールされたファイルを最適化します。
- [Codebase Onboarding](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-codebase-onboarding) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-codebase-onboarding`
  Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md. Use when joining a new project or setting up Claude Code for the first time in a repo.
- [Api Design](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-api-design) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-api-design`
  REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
- [Content Engine](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-content-engine) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-content-engine`
  Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.
- [Cost Aware Llm Pipeline](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-cost-aware-llm-pipeline) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-cost-aware-llm-pipeline`
  Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.
- [Django Verification](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-django-verification) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-django-verification`
  Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.
- [Agent Eval](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-agent-eval) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-agent-eval`
  Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics
- [Agentic Engineering](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-agentic-engineering) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-agentic-engineering`
  Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.
- [Article Writing](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-article-writing) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-article-writing`
  Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.
- [Clickhouse Io](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-clickhouse-io) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-clickhouse-io`
  ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
- [Backend Patterns](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-backend-patterns) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-backend-patterns`
  Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
- [Bun Runtime](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-bun-runtime) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-bun-runtime`
  Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.
- [Agent Harness Construction](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-agent-harness-construction) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-agent-harness-construction`
  Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.
- [Blueprint](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-blueprint) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-blueprint`
  >-
- [Coding Standards](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-coding-standards) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-coding-standards`
  TypeScript、JavaScript、React、Node.js開発のための汎用コーディング標準、ベストプラクティス、パターン。
- [Android Clean Architecture](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-android-clean-architecture) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-android-clean-architecture`
  Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns.
- [Django Security](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-django-security) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-django-security`
  Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.
- [Compose Multiplatform Patterns](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-compose-multiplatform-patterns) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-compose-multiplatform-patterns`
  Compose Multiplatform and Jetpack Compose patterns for KMP projects — state management, navigation, theming, performance, and platform-specific UI.
- [Deep Research](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-deep-research) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-deep-research`
  Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when the user wants thorough research on any topic with evidence and citations.
- [Wayfinder](https://agentstack.voostack.com/l/skill-loulanyue-skills-wayfinder) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-skills-wayfinder`
  Plan a huge chunk of work — more than one agent session can hold — as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.
- [Handoff](https://agentstack.voostack.com/l/skill-loulanyue-skills-handoff) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-skills-handoff`
  Compact the current conversation into a handoff document for another agent to pick up.
- [Ai Regression Testing](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-ai-regression-testing) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-ai-regression-testing`
  Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code.
- [Grill With Docs](https://agentstack.voostack.com/l/skill-loulanyue-skills-grill-with-docs) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-skills-grill-with-docs`
  A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
- [Continuous Agent Loop](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-continuous-agent-loop) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-continuous-agent-loop`
  Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.
- [Grill Me](https://agentstack.voostack.com/l/skill-loulanyue-skills-grill-me) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-skills-grill-me`
  A relentless interview to sharpen a plan or design.
- [Deployment Patterns](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-deployment-patterns) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-deployment-patterns`
  Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.
- [Architecture Decision Records](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-architecture-decision-records) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-architecture-decision-records`
  Capture architectural decisions made during Claude Code sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, and rationale. Maintains an ADR log so future developers understand why the codebase is shaped the way it is.
- [Database Migrations](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-database-migrations) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-database-migrations`
  Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate).
- [Improve Codebase Architecture](https://agentstack.voostack.com/l/skill-loulanyue-skills-improve-codebase-architecture) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-skills-improve-codebase-architecture`
  Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
- [Setup Ts Deep Modules](https://agentstack.voostack.com/l/skill-loulanyue-skills-setup-ts-deep-modules) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-skills-setup-ts-deep-modules`
  Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only through its entry-point files. User-invoked.
- [Code Review](https://agentstack.voostack.com/l/skill-loulanyue-skills-code-review) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-skills-code-review`
  Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to…
- [Grilling](https://agentstack.voostack.com/l/skill-loulanyue-skills-grilling) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-skills-grilling`
  Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.
- [Continuous Learning](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-continuous-learning) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-continuous-learning`
  Claude Codeセッションから再利用可能なパターンを自動的に抽出し、将来の使用のために学習済みスキルとして保存します。
- [Ai First Engineering](https://agentstack.voostack.com/l/skill-loulanyue-awesome-claude-notes-ai-first-engineering) — Skill · Free · security-reviewed — `agentstack add skill-loulanyue-awesome-claude-notes-ai-first-engineering`
  Engineering operating model for teams where AI agents generate a large share of implementation output.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
