apply-grant

Generates a copy-paste-ready Solana Earn Agentic Engineering Grant application from project context and git history.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/RavitejaKarra24/dotfiles --skill apply-grant-ravitejakarra24
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apply-grant
Source: https://github.com/RavitejaKarra24/dotfiles/tree/main/agents/.agents/skills/apply-grant
Command: npx skills add https://github.com/RavitejaKarra24/dotfiles --skill apply-grant-ravitejakarra24

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Filling out the Solana Earn Agentic Engineering Grant form requires gathering project details, proof of work, milestones, and an AI session transcript from many scattered sources, which is tedious and error-prone. ## Core Features & Use Cases - Session Transcript Export: Automatically copies the latest Claude Code or Codex session .jsonl file to the project root as proof of AI-assisted development. - Context Gathering: Reads idea-context.md, build-context.md, README, package.json, git log, and git remotes to infer application fields. - Form-Structured Draft: Produces a copy-paste-ready draft organized by the form's 3 steps (Basics, Details, Milestones) with blockquoted values. - Use Case: A Solana developer who built a project with an AI agent runs the skill to get a complete 200 USDG grant application draft, including milestones, KPIs, and the exported session transcript to attach. ## Quick Start Ask the AI to apply for the Agentic Engineering Grant and it will gather your project data, export the session transcript, and draft the full application.

Frequently Asked Questions about apply-grant

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply for the Solana Agentic Engineering Grant?

Run the skill to gather project context, git history, and your AI session transcript, then receive a copy-paste-ready draft organized by the form's 3 steps. Submit the final application at the Superteam Earn grant page with the exported transcript attached.

How do I export my Claude Code or Codex session transcript?

The bundled export-session.sh script finds the latest Claude Code .jsonl from ~/.claude/projects or the latest Codex session from ~/.codex/sessions and copies it to the project root. If it fails, use /export in Claude Code or copy the session file manually.

What information do I need to provide for the grant application?

You must supply your Telegram username, Solana wallet address, personal X profile, target deadline, and a Colosseum Crowdedness Score screenshot link. Project title, description, proof of work, and milestones are inferred from your repo files and git history.

Does the grant application require proof of AI-assisted development?

Yes, the form requires an AI session transcript as proof of AI-assisted development. The skill exports claude-session.jsonl or codex-session.jsonl to your project root so you can attach it to the application.

What if the session export script finds no transcript?

The script prints manual fallback instructions: run /export inside Claude Code to save a transcript, or locate the latest .jsonl in ~/.codex/sessions for Codex, then copy it to the project root yourself.