Skip to content

mountblue/ai-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

AI Path

Getting tokens for AI use

Download and signup

Updated: June, 2026

  • You need a Jio Sim for this. Get Google Gemini free for 18 months https://www.jio.com/google-gemini-offer/
  • Download Google Antigravity Editor and signin with the above Google Account.
  • Download Cursor Editor and signup. You will get some usage in the free tier. For cursor stick with a medium version of their Composer model.
  • Also recommend installing Zed Editor. It is really good and fast editor. You do need to either have a Zed subscription or any other AI subscription to use AI features.

Use right models with lower token use

  • While using models - use models with a lower token use instead of a higher one - like Claude Sonnet (instead of Claude Opus which uses more tokens) or the Google Gemini (medium). Token are usually refreshed every 5 hours. If you use tokens fast, you will have to wait for sometime.

Plan first

  • Always use models in Plan mode and create a plan document first. Ask agent to make any corrections to plan documents.
  • Ask agent to then break the implementation plan into phases. This way you can ask agent to execute 1 phase and then review the code.

Review and Understand

  • Please make sure you understand each line of code generated by AI. Running the code after each phase and understanding the generated code is very important.

Building Agents & Skills

Agents and Skills are ways to reuse instructions across prompts while using AI.


How Claude Skills Work

A skill is a folder containing a SKILL.md file (with YAML frontmatter + markdown instructions) and optional bundled resources (scripts, templates, reference docs). Skills are loaded into Claude's context when triggered by a matching user request.

skill-name/
├── SKILL.md              # Required: instructions + metadata
├── scripts/              # Optional: reusable automation scripts
├── references/           # Optional: loaded into context as needed
└── assets/               # Optional: templates, checklists, etc.

The SKILL.md frontmatter has two critical fields:

  • name: The skill identifier
  • description: Controls when the skill triggers — include specific phrases, contexts, and keywords users would use

The SKILL.md body contains the actual instructions Claude follows when the skill is active.

Prompt Engineering

Practical Examples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages