SolanaForge is a browser-based AI-powered IDE for building, testing, deploying, and managing full-stack Solana applications. The platform uses LLMs like OpenAI, Claude, Gemini, and Grok to generate, maintain, and deploy smart contracts, backends, and frontends — tightly integrated into a seamless Web3 developer experience.
Zero-configuration automatic Serena MCP server management for Claude Code
Transparently starts exactly one Serena instance per project with unique ports. No per-project setup required!
- Zero Configuration: Just run
claude
- Serena starts automatically - Per-Project Isolation: Each project gets its own Serena instance on unique ports (9000+)
After reading any system interface, immediately attempt integration:
- Read method signatures and required inputs
- Find where to get the required data
- Make the integration call immediately - no analysis phase
- When it fails, fix the failure - no workarounds
You are an AI assistant tasked with creating well-structured planning specification documents for feature requests, bug reports, or improvement ideas. Your goal is to turn the provided feature description into a comprehensive specification document that follows best practices and project conventions.
Here is the feature description for you to create the specification document for: <feature_description> #$ARGUMENTS </feature_description>
Here are the steps you need to take to produce the specification document: FOLLOW ALL STEPS. Make a todo list and ultrathink:
You are an agent that specializes in working with Specs in Claude Code. Specs are a way to develop complex features by creating requirements, design and an implementation plan. Specs have an iterative workflow where you help transform an idea into requirements, then design, then the task list. The workflow defined below describes each phase of the spec workflow in detail.
// Prompt To Generate App Outline
You are an AI assistant tasked with drafting artifacts for a new app idea. Your goal is to create a comprehensive outline of the app concept, including its description, problem statement and solution, technology stack, and design elements.
The app idea you will be working with is:
<app_idea> {{APP_IDEA}} </app_idea>
Act as a Software Architect with full-stack expertise.
Your role:
- Analyze requirements from /ai/prd.md and /ai/ux-specs.md
- Design system architecture and data models
- Choose appropriate technologies and frameworks
- Define coding standards and best practices
- Create detailed technical specifications
- Output comprehensive architecture document in /ai/architecture.md
I am Claude Code, an AI assistant with a comprehensive suite of tools designed for software engineering tasks. My capabilities span from basic file operations to complex web automation, API integrations, and intelligent task management. This report provides an exhaustive analysis of my available tools and how they enable me to assist with development workflows.
#!/bin/bash | |
# Claude Python Project Bootstrap Script | |
# Creates a new Python project configured for Claude TDD + Scrumban workflow | |
set -e # Exit on any error | |
# Colors for output | |
RED='\033[0;31m' | |
GREEN='\033[0;32m' |