Install
$ agentstack add skill-nerdai-llm-agents-from-scratch-create-issue ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
About
Create GitHub Issue
Repo and project
- Repo:
nerdai/llm-agents-from-scratch - Project:
#11(owner:nerdai)
Workflow
- 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.
- 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 Nlabel if the issue is scoped to a chapter
- Create the issue:
``bash gh issue create \ --repo nerdai/llm-agents-from-scratch \ --title "" \ --body "" \ --label "" ``
- Add to project #11:
``bash gh project item-add 11 --owner nerdai --url ``
- If the
Chapter Nlabel doesn't exist yet, create it first:
``bash gh label create "Chapter N" \ --repo nerdai/llm-agents-from-scratch \ --color 0075ca \ --description "Chapter N — " ``
- 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.
- Author: nerdai
- Source: nerdai/llm-agents-from-scratch
- License: Apache-2.0
- Homepage: https://masfromscratch.com/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.