houtu-dependencies

houtu-dependencies is a skill for Claude Code, Codex from lujiafa/houtu-project-skills. It costs 283 tokens per session (5,473 once invoked), scanned A, original, MIT.

A coding guide for houtu-dependencies, a framework foundation for Spring Boot and Spring Cloud microservices. It explains how to identify the framework version and choose the right module before generating code.

In plain words
What is it for?
Use it when building services with houtu-dependencies to select the correct version and module and follow its starter- and annotation-based conventions.
Why use it?
It helps avoid using the wrong package names, APIs, or configuration because houtu versions can differ.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when building services with houtu-dependencies to select the correct version and module and follow its starter- and annotation-based conventions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lujiafa/houtu-project-skills/houtu-dependencies
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add lujiafa/houtu-project-skills --skill houtu-dependencies
Clone the repo
git clone --depth 1 https://github.com/lujiafa/houtu-project-skills

Made for: Claude Code, Codex.

Its marketplace also offers this one on its own, as the plugin houtu-dependencies/plugin install houtu-dependencies after adding the marketplace above.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for houtu-dependencies

README.md
[![agentmods](https://agentmods.dev/badge/skills/lujiafa/houtu-project-skills/houtu-dependencies/github.svg)](https://agentmods.dev/skills/lujiafa/houtu-project-skills/houtu-dependencies)
Your own site
<a href="https://agentmods.dev/skills/lujiafa/houtu-project-skills/houtu-dependencies"><img src="https://agentmods.dev/badge/skills/lujiafa/houtu-project-skills/houtu-dependencies/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for houtu-dependencies

Your own site · 80×15
<a href="https://agentmods.dev/skills/lujiafa/houtu-project-skills/houtu-dependencies"><img src="https://agentmods.dev/badge/skills/lujiafa/houtu-project-skills/houtu-dependencies.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 283 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,473 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00283 $0.05473
Opus 5 $0.00142 $0.02736
Sonnet 5 $0.00057 $0.01095
Haiku 4.5 $0.00028 $0.00547

Measured 12d ago against content hash df8f19bf5567, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

houtu-dependencies scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/houtu-dependencies/SKILL.md · 351 lines

How it starts

The opening of the file, as written. The whole thing — 351 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Houtu Framework — AI Agent Coding Guide

houtu-dependencies is an enterprise-grade foundational framework for Spring Boot / Spring Cloud microservices that implements "Activate-on-import" via the Spring Boot Starter mechanism, allowing developers to focus entirely on business logic.

Repository: https://github.com/lujiafa/houtu-dependencies Git Branches: 3.5.2, 3.5.1, 3.5.0, 2.7.3, 2.7.2, 2.7.1 (branch name = version)


Core Principles

  1. Activate-on-import — Capabilities are automatically enabled after adding a starter dependency; no @Enable annotations or manual configuration needed
  2. Annotation-driven — Control behavior through annotations (@Lock, @CheckSession, @SecurityWatch...); do not hand-write interceptors/AOP
  3. Framework-first — For capabilities already encapsulated by the framework, use the framework approach by default instead of native Spring; defer to user when they explicitly request the native approach
  4. Convention over configuration — Follow framework defaults; only override when customization is needed
  5. Version-aware — Package paths, API names, and configuration approaches differ across versions; the version must be confirmed before generating code

Code Generation Workflow (must be executed in order)

Step 1: Detect Version & Dependencies → Step 2: Identify Scenario → Step 3: Load Module Reference → Step 4: Generate Code → Step 5: Verify

Step 1 — Detect Version & Dependencies

The version must be determined before generating any code, and the BOM must be imported.

Read the project build file (pom.xml or build.gradle / build.gradle.kts) and determine in the following order:

1a. houtu already imported — The build file contains houtu-dependencies or spring-cloud-houtu:

  • Read the version number directly to determine the version, proceed to Step 2
  • Multi-module projects: The BOM is usually declared in the root pom.xml or root build.gradle under dependencyManagement; submodules inherit it and do not need to add it again

Read the full file on GitHub · 351 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 351 lines · 283 tokens per session scan A df8f19bf5567

Subscribe to this mod's changes

houtu-dependencies is a skill published in the GitHub repository lujiafa/houtu-project-skills (26 stars, last pushed 4mo ago), licensed MIT. It adds 283 tokens to every session and 5,473 once invoked, about $0.0014 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

vastai

Vast.ai CLI to manage GPU instances, volumes, serverless endpoints, and billing.

vast-ai/vast-cli · 21 tokens

vastai-sdk

Vast.ai Python SDK — high-level API for GPU instances, volumes, serverless endpoints, and billing.

vast-ai/vast-cli · 26 tokens

okhp3-verse-lookup

Fetch or integrate scripture passages from Judaism, Christianity, or Islam through the ARE free anonymous providers. Use for verse lookup, API endpoint and reference-format questions, translation IDs, normalization, attribution, error handling, fallback routing, or denomination-aware scripture UI work. Covers Sefaria…

OKHP3/skillz · 91 tokens

openapi-to-application-code

Generate a complete, production-ready application from an OpenAPI specification.

OKHP3/skillz · 19 tokens

feature-workflow

Phased workflow for delivering a Drupal feature or non-trivial change: plan, implement, review, test, finalize. Use when building a new custom module, adding a route/form/plugin, changing entity structure or schema, or any task touching more than a couple of files. Do NOT use for typo fixes, CSS tweaks, or single-line…

siva01c/claude-plugins · 101 tokens

ddd-best-practices

Domain-Driven Design guidance for modeling complex domains. Use when designing Bounded Contexts or Subdomains, discovering Aggregate boundaries from invariants and transactions, defining Aggregate Roots, designing Domain Events, typed domain failures, or repository contracts, choosing exception vs Result/Either/Option…

OKHP3/skillz · 114 tokens