# Core WCF AI Agent Skills

Core WCF publishes official AI agent skills for its tools, services, and developer workflows. This is an umbrella organization that hosts the project related to Core WCF.

Browse 1 official AI agent skill across 1 Core WCF repository, with install commands and source links.

Official page: https://skillscout.sh/official/corewcf/
Markdown page: https://skillscout.sh/official/corewcf/corewcf_skills_skillscout.md
Vendor website: https://corewcf.net/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/corewcf/corewcf_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Core WCF 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

### corewcf/corewcf

Includes 1 official skill: code-memory.

Install:

```bash
npx skills add corewcf/corewcf -y
```

Source: https://github.com/CoreWCF/CoreWCF

## Individual skills

### code-memory

Official Core WCF skill from corewcf/corewcf.

Install:

```bash
npx skills add corewcf/corewcf@code-memory -y
```

Package: corewcf/corewcf
Source: https://github.com/CoreWCF/CoreWCF/tree/main/.github/skills/code-memory

## corewcf/corewcf package overview

Includes 1 official skill: code-memory.

### Top skills in this package

- code-memory: Official Core WCF skill from corewcf/corewcf.

### Install

Install the full package:

```bash
npx skills add corewcf/corewcf -y
```

Install a specific skill:

```bash
npx skills add corewcf/corewcf@code-memory -y
```

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

Source: https://github.com/corewcf/corewcf#readme
