# KC3Hack AI Agent Skills

KC3Hack publishes official AI agent skills for its tools, services, and developer workflows.

Browse 7 official AI agent skills across 1 KC3Hack repository, with install commands and source links.

Official page: https://skillscout.sh/official/kc3hack/
Markdown page: https://skillscout.sh/official/kc3hack/kc3hack_skills_skillscout.md
Vendor website: https://kc3.me/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/kc3hack/kc3hack_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant KC3Hack skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### kc3hack/2026_team29

Includes 7 official skills: architecture, coding-standars, domain-handson, domain-skill-memo, git-workflow, product-spec.

Install:

```bash
npx skills add kc3hack/2026_team29 -y
```

Source: https://github.com/kc3hack/2026_team29

## Individual skills

### architecture

Official KC3Hack skill from kc3hack/2026_team29.

Install:

```bash
npx skills add kc3hack/2026_team29@architecture -y
```

Package: kc3hack/2026_team29
Source: https://github.com/kc3hack/2026_team29/tree/develop/.github/skills/architecture

### coding-standars

Official KC3Hack skill from kc3hack/2026_team29.

Install:

```bash
npx skills add kc3hack/2026_team29@coding-standars -y
```

Package: kc3hack/2026_team29
Source: https://github.com/kc3hack/2026_team29/tree/develop/.github/skills/coding-standars

### domain-handson

Official KC3Hack skill from kc3hack/2026_team29.

Install:

```bash
npx skills add kc3hack/2026_team29@domain-handson -y
```

Package: kc3hack/2026_team29
Source: https://github.com/kc3hack/2026_team29/tree/HEAD/.github/skills/domain-handson

### domain-skill-memo

Official KC3Hack skill from kc3hack/2026_team29.

Install:

```bash
npx skills add kc3hack/2026_team29@domain-skill-memo -y
```

Package: kc3hack/2026_team29
Source: https://github.com/kc3hack/2026_team29/tree/HEAD/.github/skills/domain-skill-memo

### git-workflow

Official KC3Hack skill from kc3hack/2026_team29.

Install:

```bash
npx skills add kc3hack/2026_team29@git-workflow -y
```

Package: kc3hack/2026_team29
Source: https://github.com/kc3hack/2026_team29/tree/develop/.github/skills/git-workflow

### product-spec

Official KC3Hack skill from kc3hack/2026_team29.

Install:

```bash
npx skills add kc3hack/2026_team29@product-spec -y
```

Package: kc3hack/2026_team29
Source: https://github.com/kc3hack/2026_team29/tree/HEAD/.github/skills/product-spec

### security

Official KC3Hack skill from kc3hack/2026_team29.

Install:

```bash
npx skills add kc3hack/2026_team29@security -y
```

Package: kc3hack/2026_team29
Source: https://github.com/kc3hack/2026_team29/tree/develop/.github/skills/security

## kc3hack/2026_team29 package overview

Includes 7 official skills: architecture, coding-standars, domain-handson, domain-skill-memo, git-workflow, product-spec.

### Top skills in this package

- architecture: Official KC3Hack skill from kc3hack/2026_team29.
- coding-standars: Official KC3Hack skill from kc3hack/2026_team29.
- domain-handson: Official KC3Hack skill from kc3hack/2026_team29.
- domain-skill-memo: Official KC3Hack skill from kc3hack/2026_team29.
- git-workflow: Official KC3Hack skill from kc3hack/2026_team29.
- product-spec: Official KC3Hack skill from kc3hack/2026_team29.
- security: Official KC3Hack skill from kc3hack/2026_team29.

### Install

Install the full package:

```bash
npx skills add kc3hack/2026_team29 -y
```

Install a specific skill:

```bash
npx skills add kc3hack/2026_team29@architecture -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/kc3hack/2026_team29#readme
