_ _ _ _
/ \ __ _ ___ _ __ | |_| | | | ___ _ _ ___ ___
/ _ \ / _` |/ _ \ '_ \| __| |_| |/ _ \| | | / __|/ _ \
/ ___ \ (_| | __/ | | | |_| _ | (_) | |_| \__ \ __/
/_/ \_\__, |\___|_| |_|\__|_| |_|\___/ \__,_|___/\___|
|___/
S K I L L S
Open-source skills for AI agents that do real business work.
AgentHouse Skills is an open-source collection of reusable skills for AI agents.
Each skill provides structured instructions, reference material, templates, and examples that help an agent perform a specific professional task consistently.
The skills are designed for compatible SKILL.md-based agents and tools, including Claude Code, Codex, Gemini CLI, Cursor, and other agent systems.
If you already have a ZIP link, paste it directly into your AI agent (for example ChatGPT or Claude) and ask it to load/import the skill.
Example:
Load this skill from ZIP URL:
https://github.com/AgentHouse-org/skills/releases/download/release-2026-08-03_2/adaptive-sales-qualification-v0.1.2.zip
ZIP links are available in:
- the skill table below
- GitHub Releases: https://github.com/AgentHouse-org/skills/releases
Discover available skills:
npx skills add AgentHouse-org/skills --listInstall a specific skill:
npx skills add AgentHouse-org/skills --skill adaptive-sales-qualificationInstall interactively:
npx skills add AgentHouse-org/skillsThe CLI automatically discovers every folder containing a valid SKILL.md.
Requirements
- Node.js 22.20.0 or newer
npx(included with Node.js)
| Skill | Purpose | Version | Files | Download |
|---|---|---|---|---|
| Ai Content Disclosure | Assess AI-generated and AI-modified content, determine applicable transparency disclosures, and apply visible disclosure labels and official EU AI icons in support of Article 50 of the EU AI Act. | 0.1.0 |
View | ZIP |
| Build Innovation Capacity | Help executives and founders understand where organizational attention is consumed, distinguish operational work from implementation and exploratory innovation, release capacity for unconventional ideas, and turn promising ideas into validated change using the Alpha Pyramid framework. Use for innovation stagnation, operational overload, strategy renewal, transformation reviews, organizational design, assumption testing, and leadership workshops. | 0.1.0 |
View | ZIP |
| Create Role Profile | Interview a user to define an organizational role, clarify its purpose, domains, responsibilities, authority, obligations, boundaries, requirements, holder, and approval, then create a professional role profile as DOCX or Excel. Use when designing roles, clarifying accountability, separating roles from job positions, preparing organizational changes, improving handoffs, hiring, onboarding, governance, or documenting decision rights. | 0.1.0 |
View | ZIP |
| Adaptive Sales Qualification | Assess, verify, score, and prioritize leads, accounts, and sales opportunities using an adaptive, evidence-based qualification process. Designed primarily for B2B sales and adaptable to high-consideration B2C, custom industries, geographies, products, sales cycles, and costs of sale. | 0.1.2 |
View | ZIP |
An evidence-based qualification system for AI sales agents.
It evaluates:
- Leads
- Accounts
- Opportunities
- Buying Centers
- Tenders & Procurement
- Competition
- Probability to Close
- Cost of Sale
- Opportunity Cost
The skill automatically adapts to:
- Industry
- Product
- Geography
- Sales Motion
- Deal Size
- Buying Complexity
- Sales Cycle
- Delivery Complexity
- Risk
Install directly:
npx skills add AgentHouse-org/skills --skill adaptive-sales-qualificationIf your tool does not support direct URL import, download and extract the ZIP into your preferred AI agent.
Typical locations:
.claude/skills/<skill-name>/
.agents/skills/<skill-name>/
.gemini/skills/<skill-name>/
skills/
└── sales/
└── adaptive-sales-qualification/
├── SKILL.md
├── README.md
├── config/
├── references/
├── templates/
└── examples/
Category folders are optional.
The discovery workflow searches the repository for every SKILL.md.
| Path | Purpose |
|---|---|
SKILL.md |
Primary agent instructions |
README.md |
Human documentation |
config/ |
Company-specific configuration |
references/ |
Methods and supporting knowledge |
templates/ |
Output templates |
examples/ |
Worked examples |
Only SKILL.md is mandatory.
Every skill declares its own version.
Example:
name: "adaptive-sales-qualification"
version: 0.1.1GitHub Actions automatically:
- discovers skills
- validates metadata
- builds one ZIP per skill
- generates SHA-256 checksums
- publishes GitHub Releases
- updates the skill catalogue in this README
Contributions are welcome.
A good skill should:
- solve a real-world problem
- have a unique purpose
- use kebab-case naming
- include valid YAML frontmatter
- separate facts from assumptions
- avoid proprietary framework reproduction
- include examples
- be safe and reusable
Unless otherwise stated, all skills are released under the MIT License.
AgentHouse / Neri GmbH
- Website: https://agenthouse.org
- GitHub: https://github.com/AgentHouse-org