CtrlK
BlogDocsLog inGet started
Tessl Logo

igmarin/ruby-core-skills

Curated library of 16 public Ruby AI agent skills covering TDD, refactoring, code review, security review, DDD, YARD documentation, and common design patterns.

94

1.13x
Quality

96%

Does it follow best practices?

Impact

94%

1.13x

Average score across 16 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

EXAMPLES.mdskills/docs/write-yard-docs/

YARD Tag Examples

Use this file as the canonical reference for common YARD tags used by this skill.

@param

Document each parameter with its type and purpose.

# @param plan_id [Integer] ID of the target plan

@return

Document the return type and, when relevant, the shape of the response.

# @return [Hash] Result with :success and :response keys

@raise

Document one tag per exception class that can be raised.

# @raise [InvalidPlanError] when the plan does not exist or is inactive
# @raise [PaymentGatewayError] when the payment provider rejects the charge

skills

README.md

tile.json