Skip to content

jmolinasoler/ai-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Learning — Agent Skills

Personal collection of AI Skills: reusable, versioned, and composable prompt-based capabilities for prompt engineering, AI system design, and research synthesis.

Skills

Skill Triggers when…
prompt-engineering Writing, reviewing, or optimizing prompts; tasks requiring CoT/ToT reasoning or hallucination prevention
build-ai-skills Designing AI workflows, building reusable AI capabilities, architecting AI systems
basket-news Researching a topic, synthesizing news, or producing a structured knowledge document

Repository Structure

AGENTS.md                        ← guidance for AI agents working with this repo
README.md                        ← this file
LICENSE                          ← MIT
skills/
  prompt-engineering/
    SKILL.md                     ← CoT, ToT, hallucination prevention, iterative refinement
  build-ai-skills/
    SKILL.md                     ← Skills philosophy, 3 required properties, builder template
  basket-news/
    SKILL.md                     ← Research & synthesis agent for Markdown reports

Installation

Spacebot — drop the skills/ folder into your agent's ingest directory:

cp -r skills/* ~/.spacebot/agents/main/workspace/ingest/

Claude Code — copy skills to your Claude skills directory:

cp -r skills/* ~/.claude/skills/

claude.ai — paste the relevant SKILL.md content into your project knowledge.

License

MIT — see LICENSE.

Author

Julio Molina — learning and building with AI tools.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors