Create tessl tiles with docs, rules, and skills.
Does it follow best practices?
Evaluation — 97%
↑ 1.98xAgent success when using this tile
Validation for skill structure
A fintech startup needs to ensure that all AI-assisted code changes follow their security and compliance requirements. They have identified several categories of rules:
Secrets Management — Credentials and API keys must never be hardcoded or logged. This applies to every single piece of code the AI writes, without exception.
PCI-DSS Data Handling — When working with payment card data, the AI must always mask card numbers (show only last 4 digits), never store CVV values, and use encryption for data at rest. This only applies when the AI is working on code that handles payment data.
API Rate Limiting — All new API endpoints must include rate limiting middleware. Client-facing endpoints should be limited to 100 requests per minute, internal endpoints to 1000 requests per minute. This only applies when building or modifying API endpoints.
Create a Tessl tile at ./security-rules/ in workspace "fintech-co" named "fintech-co/security-compliance", version 1.0.0, summary "Security and compliance rules for fintech development". This should be a private tile.
Produce the complete tile directory at ./security-rules/ containing:
tile.json — properly configured manifest