Developer Portal
Welcome,
Here's how to start contributing to the 2nth.ai platform.
Quick links
★
Step 1
Fork the skills repo
📚
Browse
Explore 300+ skills
⚡
Try it
Get 50K free tokens
📄
Learn
Read the docs
Your first contribution
- Fork the skills repo Go to github.com/2nth-ai/skills/fork and create your fork.
-
Create a skill directory
Pick a domain (
tech/,biz/,edu/,fin/,leg/,health/) and createyour-skill-name/SKILL.md. - Write your SKILL.md Include the YAML frontmatter (name, domain, tier, version, contributor) and document what the skill does, configuration options, and example output. See the format guide.
-
Open a pull request
PR your fork into
2nth-ai/skillstargeting thedevbranch. CI will validate your frontmatter automatically. - Get reviewed and merged The team reviews your skill. Once merged, it goes live on the platform and you earn 5% revenue share on usage.
Submit an idea
Have an idea for a new skill, integration, or platform improvement? Submit it here and the team will review it.
Sign in to submit ideas
Contribution guide
What you can contribute
| Type | Repo | Access |
|---|---|---|
| Skill documentation | skills (public) | Anyone — fork and PR |
| Code improvements | Platform repos (private) | Partners — request access |
| Ideas & feedback | This portal | Anyone signed in |
Branch conventions
| Prefix | Use |
|---|---|
feature/ | New functionality |
fix/ | Bug fixes |
skill/ | New or updated skill |
partner/ | Partner contributions |
Revenue share
| Tier | Share | Requirements |
|---|---|---|
| Community | 5% | PR accepted, skill active 30+ days |
| Partner | 10-30% | Partner agreement + code review |
Become a partner
Partners get write access to platform repos, higher revenue share, and priority support. Contact the team to apply.
Resources
📖
Docs
Platform documentation
🛠
Public
Skills repo (300+)
📋
Track
Roadmap board
🏠
Platform
2nth.ai main site
SKILL.md template
---
name: Your Skill Name
domain: tech
tier: explorer
version: 1.0.0
status: draft
contributor: your-github-handle
contributor_type: community
license: CC-BY-SA-4.0
platform_license: 2nth-platform-v1
revenue_share: 5
tags: [tech, your-tags]
---
# Your Skill Name — Domain
What this skill does.
## What it does
1. Capability one
2. Capability two
## Configuration options
| Option | Type | Default | Description |
|--------|------|---------|-------------|
## Example output
```
example here
```
Release cycle
Your PR
→
dev
→
beta (3 days)
→
production