AgentStack
SKILL verified Apache-2.0 Self-run

Create Issue

skill-nerdai-llm-agents-from-scratch-create-issue · by nerdai

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.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-nerdai-llm-agents-from-scratch-create-issue

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Create Issue? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Create GitHub Issue

Repo and project

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

Workflow

  1. 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
  1. Create the issue:

``bash gh issue create \ --repo nerdai/llm-agents-from-scratch \ --title "" \ --body "" \ --label "" ``

  1. Add to project #11:

``bash gh project item-add 11 --owner nerdai --url ``

  1. 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 — " ``

  1. Confirm with the issue URL.

Issue kinds

Standard issue

## Overview

## Acceptance Criteria

- [ ] 
- [ ] 

## Related

Book diagram

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

## 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.

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.