feat: add 188+ agent skills (.agents/) and update project guidelines

- Add 188+ AI agent skill files across 11 categories (Development, DevOps, Security, Data, Design, Writing, Integrations, Documents & Media, Education)
- Update CLAUDE.md with new CI/CD Builder skill reference
- Update AGENTS.md with complete skill index organized by category
- Update .cursorrules configuration file
- Add .gitea/ workflows directory
This commit is contained in:
ngthanhvu
2026-08-10 02:45:46 -04:00
parent 2dac79e5f5
commit 11871805dd
185 changed files with 12422 additions and 8 deletions
+67
View File
@@ -0,0 +1,67 @@
---
name: jenkins-pipeline
display_name: Jenkins Pipeline
description: Write Jenkins declarative and scripted pipelines — stages, parallel execution, credentials, and shared libraries.
category: DevOps & Infrastructure
platforms: [claude-code, api]
version: 1.0.0
author: Claude Code
tags: [jenkins-pipeline]
---
# Jenkins Pipeline
## Overview
Write Jenkins declarative and scripted pipelines — stages, parallel execution, credentials, and shared libraries.
## When to Use This Skill
Use **Jenkins Pipeline** when you need to:
- Work with jenkins pipeline tasks in your project or workflow
- Automate jenkins pipeline operations at scale
- Generate production-quality jenkins pipeline output quickly
## Instructions
When this skill is active, Claude will:
1. Understand the full context of your jenkins pipeline request
2. Apply best practices and conventions for DevOps & Infrastructure
3. Produce clean, well-structured, production-ready output
4. Explain key decisions and offer alternatives where relevant
## Examples
### Example 1 — Basic Usage
**User:** Help me get started with jenkins pipeline.
**Claude:** I'll walk you through the essential steps for jenkins pipeline in your context...
### Example 2 — Advanced Usage
**User:** I need a production-ready jenkins pipeline setup with full error handling.
**Claude:** Here's a complete, production-hardened jenkins pipeline implementation...
## Guidelines
- Always validate inputs before processing
- Follow the conventions of the target platform or language
- Prefer explicit over implicit — clarity beats cleverness
- Include comments for non-obvious logic
- Suggest tests or validation steps where appropriate
## Dependencies
Required: jenkins, groovy
## Platforms
Available on: claude-code, api
---
*Part of the [claude-skills](https://github.com/inbharatai/claude-skills) collection — 183+ skills for Claude.*