---
slug: "agentic-coding-wireless25"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/wireless25/agentic-coding@main/README.md"
repo: "https://github.com/wireless25/agentic-coding"
source_file: "README.md"
branch: "main"
---
# Agentic Coding Brain Dump

This repository contains skills and other reusable resources for agentic coding. Most skills are forks of existing skills,
whicht I customized for my own use case.

## Skills

### Install local skills with [https://skills.sh/](https://github.com/wireless25/agentic-coding/blob/HEAD/skills.sh)

```bash
# install all skills
npx skills add https://github.com/wireless25/agentic-coding

# install specific skill
npx skills add https://github.com/wireless25/agentic-coding --skill <skill-name>
```

### Instal skills with skill.sh CLI

```bash
# install all skills
npx skills add <owner/repo>

# install specific skill
npx skills add <owner/repo> --skill <skill-name>
```

You can search and find a lot of skills at [https://skills.sh](https://skills.sh).

### Special requirements

#### jira-fetcher

This skill requires you to set up a Jira Cloud API token and configure environment variables as described in `skills/jira-fetcher/SKILL.md`.