Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Create professional, well-structured GitHub repositories with industry best practices. Use when: (1) Creating new GitHub repositories, (2) Setting up repository structure, (3) Adding essential files (README, LICENSE, .gitignore), (4) Configuring CI/CD workflows, (5) Setting up contribution guidelines, (6) Adding issue/PR templates, (7) Configuring branch protection rules, (8) Setting description and topics for discoverability, (9) Identifying tech stack and applying appropriate templates (React, Next.js, Django, FastAPI, Go, MERN, T3, etc.) --- name: repository-pro description: "Create professional, well-structured GitHub repositories with industry best practices. Use when: (1) Creating new GitHub repositories, (2) Setting up repository structure, (3) Adding essential files (README, LICENSE, .gitignore), (4) Configuring CI/CD workflows, (5) Setting up contribution guidelines, (6) Adding issue/PR templates, (7) Configuring branch protection rules, (8) Se Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
repository-pro is best for general automation workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
Create professional, well-structured GitHub repositories with industry best practices. Use when: (1) Creating new GitHub repositories, (2) Setting up repository structure, (3) Adding essential files (README, LICENSE, .gitignore), (4) Configuring CI/CD workflows, (5) Setting up contribution guidelines, (6) Adding issue/PR templates, (7) Configuring branch protection rules, (8) Setting description and topics for discoverability, (9) Identifying tech stack and applying appropriate templates (React, Next.js, Django, FastAPI, Go, MERN, T3, etc.) --- name: repository-pro description: "Create professional, well-structured GitHub repositories with industry best practices. Use when: (1) Creating new GitHub repositories, (2) Setting up repository structure, (3) Adding essential files (README, LICENSE, .gitignore), (4) Configuring CI/CD workflows, (5) Setting up contribution guidelines, (6) Adding issue/PR templates, (7) Configuring branch protection rules, (8) Se
Public facts
4
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
Ev3lynx727
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Setup snapshot
git clone https://github.com/Ev3lynx727/repository-pro.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Ev3lynx727
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
text
├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.md │ │ └── feature_request.md │ ├── PULL_REQUEST_TEMPLATE.md │ └── workflows/ │ └── ci.yml ├── .gitignore ├── LICENSE ├── README.md └── CONTRIBUTING.md
text
├── src/ ├── test/ ├── package.json ├── tsconfig.json ├── .eslintrc.json ├── .prettierrc └── jest.config.js
text
├── src/ ├── tests/ ├── pyproject.toml ├── setup.py ├── .flake8 ├── mypy.ini └── requirements.txt
text
├── cmd/ ├── pkg/ ├── internal/ ├── go.mod ├── .golangci.yml └── Makefile
markdown
# Project Name
Brief description (1-2 sentences)
[](link)
[](link)
[](link)
## Features
- Feature 1
- Feature 2
## Quick Start
\`\`\`bash
# Installation
npm install package-name
\`\`\`
## Usage
\`\`\`javascript
const example = require('package-name');
\`\`\`
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)
## License
MIT License - see [LICENSE](LICENSE)markdown
# Contributing ## Getting Started 1. Fork the repository 2. Clone your fork 3. Create a feature branch ## Development \`\`\`bash # Install dependencies npm install # Run tests npm test \`\`\` ## Pull Request Process 1. Update documentation 2. Add tests for new features 3. Ensure all tests pass 4. Update CHANGELOG.md ## Code Style - Use consistent formatting - Write meaningful commit messages - Follow existing code patterns
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Create professional, well-structured GitHub repositories with industry best practices. Use when: (1) Creating new GitHub repositories, (2) Setting up repository structure, (3) Adding essential files (README, LICENSE, .gitignore), (4) Configuring CI/CD workflows, (5) Setting up contribution guidelines, (6) Adding issue/PR templates, (7) Configuring branch protection rules, (8) Setting description and topics for discoverability, (9) Identifying tech stack and applying appropriate templates (React, Next.js, Django, FastAPI, Go, MERN, T3, etc.) --- name: repository-pro description: "Create professional, well-structured GitHub repositories with industry best practices. Use when: (1) Creating new GitHub repositories, (2) Setting up repository structure, (3) Adding essential files (README, LICENSE, .gitignore), (4) Configuring CI/CD workflows, (5) Setting up contribution guidelines, (6) Adding issue/PR templates, (7) Configuring branch protection rules, (8) Se
name: repository-pro description: "Create professional, well-structured GitHub repositories with industry best practices. Use when: (1) Creating new GitHub repositories, (2) Setting up repository structure, (3) Adding essential files (README, LICENSE, .gitignore), (4) Configuring CI/CD workflows, (5) Setting up contribution guidelines, (6) Adding issue/PR templates, (7) Configuring branch protection rules, (8) Setting description and topics for discoverability, (9) Identifying tech stack and applying appropriate templates (React, Next.js, Django, FastAPI, Go, MERN, T3, etc.)" license: MIT metadata: version: "0.1.2" author: repository-pro tags: [github, repository, best-practices, ci-cd, github-actions, devops] allowed-tools:
Create production-ready GitHub repositories with professional structure and best practices.
├── .github/
│ ├── ISSUE_TEMPLATE/
│ │ ├── bug_report.md
│ │ └── feature_request.md
│ ├── PULL_REQUEST_TEMPLATE.md
│ └── workflows/
│ └── ci.yml
├── .gitignore
├── LICENSE
├── README.md
└── CONTRIBUTING.md
Node.js/TypeScript:
├── src/
├── test/
├── package.json
├── tsconfig.json
├── .eslintrc.json
├── .prettierrc
└── jest.config.js
Python:
├── src/
├── tests/
├── pyproject.toml
├── setup.py
├── .flake8
├── mypy.ini
└── requirements.txt
Go:
├── cmd/
├── pkg/
├── internal/
├── go.mod
├── .golangci.yml
└── Makefile
# Project Name
Brief description (1-2 sentences)
[](link)
[](link)
[](link)
## Features
- Feature 1
- Feature 2
## Quick Start
\`\`\`bash
# Installation
npm install package-name
\`\`\`
## Usage
\`\`\`javascript
const example = require('package-name');
\`\`\`
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)
## License
MIT License - see [LICENSE](LICENSE)
Use appropriate template from github/gitignore
# Contributing
## Getting Started
1. Fork the repository
2. Clone your fork
3. Create a feature branch
## Development
\`\`\`bash
# Install dependencies
npm install
# Run tests
npm test
\`\`\`
## Pull Request Process
1. Update documentation
2. Add tests for new features
3. Ensure all tests pass
4. Update CHANGELOG.md
## Code Style
- Use consistent formatting
- Write meaningful commit messages
- Follow existing code patterns
Bug Report:
---
name: Bug Report
about: Create a report to help us improve
---
## Description
Clear description of the bug
## Steps to Reproduce
1. Go to '...'
2. Click on '...'
3. See error
## Expected Behavior
What you expected to happen
## Actual Behavior
What actually happened
## Environment
- OS: [e.g., macOS]
- Version: [e.g., 1.0.0]
Feature Request:
---
name: Feature Request
about: Suggest an idea for this project
---
## Problem
What problem does this solve?
## Proposed Solution
Your proposed solution
## Alternatives
Other solutions considered
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
- run: npm test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npm test -- --coverage
- uses: codecov/codecov-action@v4
A good GitHub description:
| Type | Template | Example | |------|----------|---------| | Library | "A [language] library for [action]" | "A Python library for building CLI applications" | | CLI | "CLI tool to [action]" | "CLI tool to convert video to GIF" | | Web App | "[What] built with [framework]" | "Task manager built with React and Node.js" | | API | "REST API for [domain]" | "REST API for managing todo lists" | | Config | "[Name] config for [purpose]" | "Docker configs for Node.js microservices" |
GitHub topics help with discoverability:
machine-learning, not Machine-Learningreact, python, golangcli, api, library, toolbeta, stable, deprecatedstarter-template, boilerplate| Category | Topics | |----------|--------| | Language | javascript, typescript, python, go, rust, java, kotlin | | Framework | react, vue, angular, nextjs, django, fastapi, express | | Type | library, cli, api, webapp, boilerplate, starter-template | | Purpose | automation, machine-learning, data-visualization, security | | Features | graphql, rest-api, websocket, serverless, docker |
See references/topics.md for comprehensive topic lists by project type.
For main branch:
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
github_create_repository with description and topics# 1. Plan metadata
# Description: "CLI tool to convert video to GIF with optimal compression"
# Topics: ["cli", "golang", "video", "gif", "converter", "ffmpeg"]
# 2. Create repository
github_create_repository(
name="video-to-gif",
description="CLI tool to convert video to GIF with optimal compression",
private=False,
autoInit=True
)
# 3. Push files using github_push_files
# Include all essential files in initial commit
github_create_or_update_file(
owner="username",
repo="repository",
path=".github/workflows/ci.yml",
content=workflow_yaml,
message="Add CI workflow",
branch="main"
)
| Type | Key Files | CI Focus | |------|-----------|----------| | Library | package.json, tsconfig, README | Test + Lint + Publish | | CLI | package.json, Makefile, README | Test + Build + Release | | Web App | package.json, Dockerfile, README | Test + Build + Deploy | | API | OpenAPI spec, Dockerfile, README | Test + Security Scan | | Data Science | notebooks/, requirements.txt | Notebook linting, Tests |
Before marking repository as "production-ready":
[ ] README clearly explains project purpose
[ ] LICENSE file present and appropriate
[ ] .gitignore excludes sensitive files
[ ] CI/CD workflow runs tests
[ ] Issue templates configured
[ ] PR template configured
[ ] CONTRIBUTING.md explains how to contribute
[ ] Dependabot configured (for dependencies)
[ ] Branch protection enabled on main
[ ] Description is clear and descriptive (max 160 chars)
[ ] Topics include relevant language, framework, and category tags
This skill recognizes common technology stacks and knows how to structure repositories for each.
The skill automatically identifies these stacks and applies appropriate templates:
| Stack | Keywords | Structure | |-------|----------|-----------| | Node.js/Express | express, nodejs | src/, routes/, middleware/, test/ | | React | react, create-react-app | src/components/, src/hooks/, src/pages/ | | Next.js | nextjs, next.js | app/, pages/, components/ | | Vue | vue, vuejs, nuxt | components/, pages/, stores/ | | Django | django | project/, apps/, templates/ | | FastAPI | fastapi | app/, api/, models/ | | Flask | flask | app/, routes/, models/ | | Go/Gin | gin, golang | cmd/, internal/, pkg/ | | Rust | rust, cargo | src/, tests/, examples/ | | Python/ML | pytorch, tensorflow, ml | notebooks/, models/, data/ |
When user provides a project idea, identify the stack from:
For each detected stack, automatically apply:
├── backend/
│ ├── src/
│ │ ├── routes/
│ │ ├── models/
│ │ ├── controllers/
│ │ └── config/
│ ├── package.json
│ └── .env.example
├── frontend/
│ ├── src/
│ │ ├── components/
│ │ ├── pages/
│ │ ├── hooks/
│ │ └── services/
│ ├── package.json
│ └── .env.example
└── docker-compose.yml
Topics: mern, mongodb, express, react, nodejs, rest-api
├── src/
│ ├── server/
│ │ ├── routers/
│ │ └── trpc.ts
│ ├── pages/
│ ├── components/
│ ├── styles/
│ └── utils/
├── prisma/
│ └── schema.prisma
├── next.config.js
├── tailwind.config.ts
└── tsconfig.json
Topics: nextjs, trpc, typescript, tailwind, prisma, fullstack
├── src/
│ ├── handlers/
│ └── utils/
├── serverless.yml
├── webpack.config.js
├── jest.config.js
└── tsconfig.json
Topics: serverless, aws-lambda, aws, serverless-framework, typescript
├── dags/ # Airflow DAGs
├── scripts/ # ETL scripts
├── notebooks/ # Jupyter notebooks
├── src/ # Python packages
├── tests/
├── requirements.txt
├── setup.py
└── docker-compose.yml
Topics: data-engineering, airflow, etl, python, apache-spark, docker
| Stack | CI Focus | |-------|----------| | Frontend | Build, lint, test, Lighthouse audit | | Backend | Build, test, security scan, coverage | | Fullstack | Frontend + Backend + integration tests | | Data | Notebook linting, data validation, tests | | Infrastructure | Terraform validation, Ansible lint |
See references/stacks.md for detailed configurations.
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/ev3lynx727-repository-pro/snapshot"
curl -s "https://xpersona.co/api/v1/agents/ev3lynx727-repository-pro/contract"
curl -s "https://xpersona.co/api/v1/agents/ev3lynx727-repository-pro/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/ev3lynx727-repository-pro/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/ev3lynx727-repository-pro/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/ev3lynx727-repository-pro/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/ev3lynx727-repository-pro/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/ev3lynx727-repository-pro/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/ev3lynx727-repository-pro/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-16T23:41:58.483Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Ev3lynx727",
"href": "https://github.com/Ev3lynx727/repository-pro",
"sourceUrl": "https://github.com/Ev3lynx727/repository-pro",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T01:12:40.633Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/ev3lynx727-repository-pro/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/ev3lynx727-repository-pro/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T01:12:40.633Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/ev3lynx727-repository-pro/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/ev3lynx727-repository-pro/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to repository-pro and adjacent AI workflows.