by iamaanahmad
Educational tool demonstrating IDE bypass techniques for Kiro IDE. ⚠️ Partially compatible - Machine ID reset ✅ | Auto-update disable ✅
# Add to your Claude Code skills
git clone https://github.com/iamaanahmad/kiro-pro-freeGuides for using ai agents skills like kiro-pro-free.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T16:01:43.773Z",
"npmAuditRan": true,
"pipAuditRan": false
}kiro-pro-free is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by iamaanahmad. Educational tool demonstrating IDE bypass techniques for Kiro IDE. ⚠️ Partially compatible - Machine ID reset ✅ | Auto-update disable ✅. It has 166 GitHub stars.
Yes. kiro-pro-free passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/iamaanahmad/kiro-pro-free" and add it to your Claude Code skills directory (see the Installation section above).
kiro-pro-free is primarily written in Python. It is open-source under iamaanahmad on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh kiro-pro-free against similar tools.
No comments yet. Be the first to share your thoughts!
Educational tool for understanding IDE bypass mechanisms
Quick Start • Features • Documentation • FAQ • Contributing
FOR EDUCATIONAL AND RESEARCH PURPOSES ONLY
This project demonstrates software bypass techniques for learning purposes. By using this software, you acknowledge:
Use at your own risk. Educational purposes only.
Current Status: ⚠️ PARTIALLY COMPATIBLE with Kiro 0.5.9
Kiro's internal code differs from Cursor IDE. While both are VSCode forks, they use different function names and patterns. The new pattern discovery mode helps identify what needs to be modified for full compatibility.
We need community help to identify Kiro-specific patterns. Use the Pattern Discovery mode (Option 2 in Token Bypass) to analyze your Kiro installation and share findings.
# Clone repository
git clone https://github.com/iamaanahmad/kiro-pro-free.git
cd kiro-pro-free
# Run setup (Windows: setup.bat | Linux/macOS: ./setup.sh)
setup.bat # or ./setup.sh
# Run tool
python kiro_main.py
# Automated
setup.bat # Windows
./setup.sh # Linux/macOS
# Manual
pip install -r requirements.txt
python kiro_config.py
python kiro_main.py
Options:
python kiro_reset_machine.py # Machine ID reset
python kiro_bypass_token_limit.py # Token bypass + pattern discovery
python kiro_disable_auto_update.py # Auto-update disable
When using the Token Bypass tool, choose option 2 for Pattern Discovery:
File not found:
python kiro_config.py # Verify installation
Permission denied:
# Windows: Run as Administrator
# Linux/macOS: sudo python3 kiro_main.py
Restore backup:
# Backups: filename.backup.TIMESTAMP
mv file.backup.20250117_143022 file
Contributions welcome! See CONTRIBUTING.md
MIT License - See LICENSE
Educational purposes only. No warranty provided.
For educational/research only. Users responsible for:
Authors not liable for misuse.
Made with ❤️ for education
⭐ Star if helpful! | Report Issue
Version 1.1.0 | December 2025