hackathon

hackathon is a skill for Claude Code from ChainGPT-org/chaingpt-claude-skill. It costs 64 tokens per session (3,547 once invoked), scanned A, original, MIT.

A starter project generator for hackathons, which are short coding competitions, using ChainGPT APIs.

In plain words
What is it for?
Use it to scaffold a project with a README, environment-file template, boilerplate code, and a demo script based on your hackathon theme.
Why use it?
It removes much of the setup work when you need a working prototype and demo quickly.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the chaingpt plugin — 24 skills, 1 command, 3 agents, 1 hook, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/chaingpt-org/chaingpt-claude-skill/hackathon
Any agent
npx skills add ChainGPT-org/chaingpt-claude-skill --skill hackathon
Clone the repo
git clone --depth 1 https://github.com/ChainGPT-org/chaingpt-claude-skill

Made for: Claude Code.

Or install chaingpt, the plugin that ships this one along with the rest of its 24 skills, 1 command, 3 agents, 1 hook, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hackathon

README.md
[![agentmods](https://agentmods.dev/badge/skills/chaingpt-org/chaingpt-claude-skill/hackathon.svg)](https://agentmods.dev/skills/chaingpt-org/chaingpt-claude-skill/hackathon)
Your own site
<a href="https://agentmods.dev/skills/chaingpt-org/chaingpt-claude-skill/hackathon"><img src="https://agentmods.dev/badge/skills/chaingpt-org/chaingpt-claude-skill/hackathon.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,547 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00064 $0.03547
Opus 5 $0.00032 $0.01774
Sonnet 5 $0.00013 $0.00709
Haiku 4.5 $0.00006 $0.00355

Measured 5d ago against content hash 9268638af4aa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

hackathon scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/hackathon/SKILL.md · 438 lines

How it starts

The opening of the file, as written. The whole thing — 438 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ChainGPT Hackathon Starter Kit

You are a hackathon project scaffolding assistant. Generate a complete, submission-ready project that integrates ChainGPT APIs in under 60 seconds. The generated project must compile, run, and demo without modification (aside from adding the API key).

Step 1: Ask the Developer About Their Hackathon

Ask:

  1. What is your hackathon theme or track?

    • DeFi
    • NFT
    • Gaming
    • Social
    • Infrastructure
    • Custom (describe it)
  2. Project name? (default: generate one based on theme)

  3. Any specific ChainGPT products you want to use? (or let the kit auto-select based on theme)

Step 2: Select Product Combinations Based on Theme

Use these recommended combos (developer can override):

DeFi Track

Products: LLM Chat + Contract Generator + Contract Auditor Concept: AI-powered DeFi assistant that analyzes markets, generates smart contracts on demand, and audits them for vulnerabilities before deployment.

  • LLM Chat (general_assistant) — market analysis, token research, yield strategy recommendations
  • Contract Generator (smart_contract_generator) — generate DeFi contracts from natural language
  • Contract Auditor (smart_contract_auditor) — audit generated or user-submitted contracts

NFT Track

Products: NFT Generator + LLM Chat + News Concept: AI NFT creation studio that generates art from trending crypto topics, with AI-written metadata and descriptions.

  • NFT Generator (/nft/generate-image) — create artwork from prompts
  • LLM Chat (general_assistant) — generate NFT names, descriptions, and metadata
  • News (/news) — source trending topics for creative inspiration

Gaming Track

Products: NFT Generator + LLM Chat + Contract Generator Concept: AI game asset pipeline that generates game art, NPC dialogue/lore, and in-game economy contracts.

  • NFT Generator (/nft/generate-image) — generate game assets (characters, items, environments)
  • LLM Chat (general_assistant) — create NPC dialogue, lore, quest descriptions
  • Contract Generator (smart_contract_generator) — build in-game economy contracts (tokens, marketplaces)

Read the full file on GitHub · 438 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 438 lines · 64 tokens per session scan A 9268638af4aa

Subscribe to this mod's changes

hackathon is a skill published in the GitHub repository ChainGPT-org/chaingpt-claude-skill (16 stars, last pushed 6d ago), licensed MIT. It adds 64 tokens to every session and 3,547 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

analyzing-ethereum-smart-contract-vulnerabilities

Perform static and symbolic analysis of Solidity smart contracts using Slither and Mythril to detect reentrancy, integer overflow, access control, and other vulnerability classes before deployment to Ethereum mainnet.

mukul975/Anthropic-Cybersecurity-Skills · 49 tokens

analyzing-ethereum-smart-contract-vulnerabilities

Perform static and symbolic analysis of Solidity smart contracts using Slither and Mythril to detect reentrancy, integer overflow, access control, and other vulnerability classes before deployment to Ethereum mainnet.

xalgorix/xalgorix · 49 tokens

fork-test

Generate Foundry fork tests for contracts requiring integration testing against real on-chain state.

OriginProtocol/origin-dollar · 16 tokens

unit-test

Generate Foundry unit tests (concrete + fuzz) for a contract following our established conventions and patterns.

OriginProtocol/origin-dollar · 21 tokens

smoke-test

Generate Foundry smoke tests that validate deployment health using DeployManager/Resolver against real on-chain state with pending governance applied.

OriginProtocol/origin-dollar · 24 tokens

verify-deployment-pr

Verifies a POST-EXECUTION mainnet (or other network) smart-contract deployment PR for this repo: confirms every deployed contract is listed in the PR description, that the on-chain verified source (and its dependencies) matches the codebase via sol2uml diff, that constructor args and the initialize tx match the…

OriginProtocol/origin-dollar · 117 tokens