# Create Issue

> Create a GitHub issue in nerdai/llm-agents-from-scratch and add it to project #11. Use when asked to create a ticket, issue, or task. Supports labels and issue kinds like book-diagrams.

- **Type:** Skill
- **Install:** `agentstack add skill-nerdai-llm-agents-from-scratch-create-issue`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [nerdai](https://agentstack.voostack.com/s/nerdai)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [nerdai](https://github.com/nerdai)
- **Source:** https://github.com/nerdai/llm-agents-from-scratch/tree/main/.claude/skills/create-issue
- **Website:** https://masfromscratch.com/

## Install

```sh
agentstack add skill-nerdai-llm-agents-from-scratch-create-issue
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Create GitHub Issue

## Repo and project

- **Repo:** `nerdai/llm-agents-from-scratch`
- **Project:** `#11` (owner: `nerdai`)

## Workflow

0. **Before doing anything**, confirm you have enough information. If any of
   the following are unclear, ask the user before proceeding:
   - What is the issue title or topic?
   - What kind of issue is it? (standard, book-diagram, or other)
   - Which chapter is it scoped to, if any?
   - Any specific labels to apply?

   Do not create the issue until you have a clear title and kind.

1. Identify issue details from the user's request:
   - **Title** — concise, action-oriented
   - **Body** — see templates below based on kind
   - **Labels** — from user request, or infer from kind
   - **Chapter label** — add `Chapter N` label if the issue is scoped to a chapter

2. Create the issue:
   ```bash
   gh issue create \
     --repo nerdai/llm-agents-from-scratch \
     --title "" \
     --body "" \
     --label ""
   ```

3. Add to project #11:
   ```bash
   gh project item-add 11 --owner nerdai --url 
   ```

4. If the `Chapter N` label doesn't exist yet, create it first:
   ```bash
   gh label create "Chapter N" \
     --repo nerdai/llm-agents-from-scratch \
     --color 0075ca \
     --description "Chapter N — "
   ```

5. Confirm with the issue URL.

---

## Issue kinds

### Standard issue

```markdown
## Overview

## Acceptance Criteria

- [ ] 
- [ ] 

## Related

```

### Book diagram

Title format: `Diagram: `
Label: `diagram` (create if it doesn't exist)

```markdown
## Overview

## Chapter

Chapter N — 

## Diagram type

## Content to show

- 
- 

## Notes

```

---

## Label reference

| Label | When to use |
|---|---|
| `Chapter N` | Issue scoped to a specific chapter |
| `diagram` | Book diagram to create |
| `enhancement` | New feature or capability |
| `bug` | Bug fix |
| `documentation` | Docs, notebooks, or book content |

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [nerdai](https://github.com/nerdai)
- **Source:** [nerdai/llm-agents-from-scratch](https://github.com/nerdai/llm-agents-from-scratch)
- **License:** Apache-2.0
- **Homepage:** https://masfromscratch.com/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-nerdai-llm-agents-from-scratch-create-issue
- Seller: https://agentstack.voostack.com/s/nerdai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
