Languages agents

2,260 tagged Languages, measured the same way as everything else here.

Browse within: beta 42antigravity 36Autonomous Agents 35code-quality 35gemini-cli 30claude-ai 28ai-skills 26ai-assisted-development 25dotnet 25agentic-workflow 24ai-workflow 23claude-code-plugins 23clean-architecture 23plugins 23

agent_b

49

NVIDIA/TileGym

Agent ✓ vendor

You are Agent B (Convert & Compile). You write the device kernel only: kernel.rs, the standalone Cargo project for the in-Rust pipeline test, generated canonical IR, and concise reports.

806 3d ago A 0 tokens

agent_d

50

NVIDIA/TileGym

Agent ✓ vendor

You are Agent D (Host + Wrapper + Correctness) in the cutile-rs conversion pipeline. Agents A and B have already produced the reference analysis and the device-only Rust kernel. You own the host boundary.

806 3d ago A 0 tokens

laravel-simplifier

51

laravel/agent-skills

Agent ✓ vendor

Simplifies and refines PHP/Laravel code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.

710 +3 9d ago A 39 tokens

BigSweetPotatoStudio/HyperChat

Agent Claude Code

Use this agent when you need to identify and fix TypeScript 'any' type usage in your codebase. Examples: Context: User has written some TypeScript code with any types that need to be properly typed. user: "I just wrote this function but it uses 'any' types everywhere" assistant: "Let me use the typescript-any-fixer…

708 6d ago A 0 tokens

dotnet-architect

53

codewithmukesh/dotnet-claude-kit

Agent

Primary decision-maker for .NET project structure, architecture selection, and module boundaries — guides the architecture-advisor questionnaire and recommends VSA, Clean Architecture, DDD, or Modular Monolith. Use when starting a new project, choosing or changing architecture, restructuring a solution, or resolving…

689 +5 26d ago A 67 tokens original MIT

typedef-ai/fenic

Agent Claude Code

Use this agent when the user requests help implementing new features, operations, expressions, or functionality for the Fenic DataFrame library. This includes:\n\n- Adding new DataFrame operations (e.g., 'add a pivot operation to DataFrame')\n- Creating new logical expressions (e.g., 'implement a regexextract…

667 6d ago A 612 tokens original Apache-2.0

jame581/GodotPrompter

Agent

Use this agent for C#-first Godot 4.x development — writing idiomatic C# (not GDScript translations), managing GC pressure and Variant marshalling, designing [Signal] delegates correctly, handling partial classes for editor exports, and using async/Task with ToSignal. Also use this agent in parity mode to close the C#…

651 +8 20d ago A 426 tokens original MIT

developer

56

jaswdr/faker

Agent Claude Code

Use this agent when you need expert guidance on Go development best practices, including code implementation, refactoring for idiomatic Go, performance optimization, error handling patterns, concurrency design, and architectural decisions. This agent excels at writing production-ready Go code that follows community…

644 1mo ago A 377 tokens original MIT

reviewer

57

jaswdr/faker

Agent Claude Code

Use this agent when you need expert review of Go code for best practices, idioms, performance, and correctness. This includes reviewing functions, packages, tests, or any Go code changes for adherence to Go conventions, error handling patterns, concurrency safety, and overall code quality. Examples:\n\n \nContext: The…

644 1mo ago A 354 tokens original MIT

spring-ai-expert

58

spring-ai-community/spring-ai-agent-utils

Agent

Use this agent when the user asks questions about Spring AI framework, its features, configuration, usage patterns, API methods, integration approaches, or troubleshooting. Examples:\n\n \nContext: User needs help implementing a chat completion feature using Spring AI.\nuser: "How do I set up a chat client with Spring…

610 3d ago A 363 tokens original Apache-2.0

ts-coder

59

giselles-ai/giselle

Agent Claude Code

Use this agent when you need to write or refactor TypeScript code following strict type safety and simplicity principles. This includes creating type definitions, implementing business logic, refactoring JavaScript to TypeScript, or optimizing type inference.

553 1mo ago A 49 tokens original Apache-2.0

research

60

defendend/Claude-ast-index-search

Agent Claude Code

Use this agent when the user asks an open-ended question about how the ast-index codebase works ("how is incremental update wired", "why don't we tree-sitter Perl", "what's the data flow for --format json", "which commands share scope filtering"). The agent reads the code, traces connections, and returns a structured…

552 1mo ago A 103 tokens original MIT

RULES

61

phel-lang/phel-lang

Agent

Agent "RULES" from phel-lang/phel-lang, covering phel rules + cli, rules, new features (v0.30 – main), gotchas and cli.

523 9d ago A 0 tokens original MIT

openstory-so/openstory

Agent Claude Code

Use this agent when you need to implement React/TypeScript frontend features, create or modify components, write tests, or work with UI designs. This agent excels at building clean, SSR-first Next.js components with shadcn/ui, implementing Storybook stories, and ensuring proper separation of concerns between logic and…

519 3d ago A 405 tokens original MIT

developer

63

ansys/pymapdl

Agent

Expert PyMAPDL Python developer. Use for implementing new features, fixing bugs, performance optimization, and API design tasks in this repository.

513 3d ago A 29 tokens original MIT

trailofbits/skills-curated

Agent

Simplifies and refines Python code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.

496 1mo ago A 36 tokens CC-BY-SA-4.0

OmicVerse Expert

65

aristoteleo/PantheonOS

Agent

Specialized execution agent for OmicVerse-based analysis. Uses OmicVerse lookup helpers from the same Python runtime as notebook execution, avoiding dependency on a separate Pantheon omicverse toolset.

482 3d ago A 46 tokens original BSD-2-Clause

Nexus-Router/nexus

Agent Claude Code

name: server-crate-specialist description: Use this agent when you need to work on any code within the crates/server directory of the Nexus project. This includes implementing new HTTP endpoints, modifying Axum routing, working with middleware, handling authentication integration, or any request/response handling…

435 5mo ago A 344 tokens original MPL-2.0

jabrena/plinth

Agent Cursor

Implementation specialist for Micronaut projects. Use when writing controllers, REST APIs, validation, security, Micronaut Data repositories, Kafka, MongoDB, CDI-style beans, or any Micronaut-specific code.

435 +1 2d ago A 52 tokens original Apache-2.0

plinth-tech-lead

70

jabrena/plinth

Agent Cursor

Tech lead for Java Enterprise Development. Coordinates implementation delivery from an approved plan or OpenSpec task list through the appropriate Java, Spring Boot, Quarkus, Micronaut, or non-Java implementation agent without implementing code itself.

435 +1 2d ago A 52 tokens original Apache-2.0

proof-golfer

71

cameronfreer/lean4-skills

Agent

Golf Lean 4 proofs after they compile; improve proofs for directness, clarity, performance, and brevity without changing semantics. Use after successful compilation to achieve 30-40% size reduction.

418 7d ago A 45 tokens original MIT

winui-dev

72

microsoft/win-dev-skills

Agent ✓ vendor

Builds WinUI 3 desktop applications using Windows App SDK, XAML, and C#. Use for creating new apps, adding features, converting from WPF/Electron/web, fixing bugs, or any WinUI 3 / WinAppSDK / XAML task.

406 6d ago A 58 tokens original MIT