An experiment in organizing Claude Code skills. Token-optimized configurations for Go, Python, Rails, and Terraform with patterns extracted from real projects.
git clone https://github.com/maroffo/claude-forge.gitAn experiment in organizing Claude Code skills. Token-optimized configurations for Go, Python, Rails, and Terraform with patterns extracted from real projects.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/maroffo/claude-forgeCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Act as a code assistant for [COMPANY], a [INDUSTRY] company. I need help with [PROGRAMMING_LANGUAGE] code. Use the claude-forge configurations to optimize my code for [SPECIFIC_TASK]. Provide clear, concise instructions and token-efficient solutions.
# Code Optimization for [COMPANY] (Retail Industry)
## Python Script for Inventory Management
```python
# Optimized inventory tracking function
def update_inventory(product_id, quantity_change):
# Connect to database using optimized connection pool
conn = db_pool.get_connection()
cursor = conn.cursor()
# Use parameterized queries for security
query = """
UPDATE inventory
SET stock = stock + %s
WHERE product_id = %s
"""
cursor.execute(query, (quantity_change, product_id))
conn.commit()
# Close connection efficiently
cursor.close()
conn.close()
return f"Inventory updated for product {product_id}"
```
## Key Optimizations:
- Connection pooling for database access
- Parameterized queries to prevent SQL injection
- Efficient resource management
- Clear function documentation
Recover up to 99% of import fees with no upfront costs
Automate Infrastructure on Any Cloud
AI assistant built for thoughtful, nuanced conversation
IronCalc is a spreadsheet engine and ecosystem
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power