---
title: "house-style"
description: "Claude-only package. The portable core is empty of runtime behaviour by design: no scripts, no skills, and no executable. Two reference documents sit at the package root as text other packages copy. The behaviour Claude "
canonical: https://agentpluginsdirectory.com/plugins/house-style
last-updated: 2026-09-23
---

# house-style
Claude-only package. The portable core is empty of runtime behaviour by design: no scripts, no skills, and no executable. Two reference documents sit at the package root as text other packages copy. The behaviour Claude Code loads is the output style under com.infiquetra.claude/, declared by the outputStyles key because that key replaces the default output-styles/ directory.
- Slug: house-style
- Publisher: infiquetra
- Repository: https://github.com/infiquetra/infiquetra-agent-plugins
- Manifest: plugins/house-style/plugin.json
- Version: 0.1.1
- Category (editorial): other
- Skills: 0
- MCP servers: 0
- Stars: 0
- Repository created: 2026-08-22
- Repository last pushed: 2026-09-22
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/house-style
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What house-style does, in the publisher's words

Claude-only package. The portable core is empty of runtime behaviour by design: this package ships no scripts, no skills, and no executable entrypoint. What it ships is one Claude Code output style, plus two reference documents that other packages copy as text.

The style governs the shape of a Claude Code turn: which turns are full orientations and which are deltas, the three-line closing block, when a visual is required, and how a subagent's return is relayed. It sets keep-coding-instructions: true, so those rules layer on top of Claude Code's normal coding behaviour. It does not set force-for-plugin, so it never overrides a style the operator already selected.

The style emits the literal string:house-style: on the first line of every closing block on the main thread. Searching a transcript for that string answers whether the style was active. Subagents do not emit it.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/infiquetra/infiquetra-agent-plugins/HEAD/plugins/house-style/README.md
