Back SAIM.

Developer Resources

Machine-readable interfaces for agents and developers integrating with saimshafique.com. Everything here is public, unauthenticated, and read-only. The full API surface is described in the OpenAPI specification.

When to use these resources

Endpoints

ResourceURLFormat
Agent site guide/llms.txttext/plain
Status & discovery/api/v1/status (alias: /api/status)application/json
OpenAPI specification/openapi.jsonapplication/json
Page content API/api/v1/markdown?url=… (&format=json for structured output)markdown / JSON
Markdown negotiationGET / with Accept: text/markdowntext/markdown
Markdown mirrors/projects/skillcheck.md (+ every page)text/markdown
Structured 404 errorsany /api/* pathapplication/json
Sitemap index/sitemap.xmlXML

Versioning, rate limits & stability

Example requests

# Ask for markdown instead of HTML
curl -H "Accept: text/markdown" https://saimshafique.com/

# Fetch the OpenAPI spec
curl https://saimshafique.com/openapi.json

# Service status with resource discovery
curl https://saimshafique.com/api/status

# Structured JSON error from an unknown API path
curl https://saimshafique.com/api/no-such-endpoint

CLI tool

The official CLI published under this name is SkillCheck@sx4im/skillcheck on npm. It A/B tests AI-agent skill files through blind-graded trials and returns a HELPS, PLACEBO, or HARMS verdict.

npm install -g @sx4im/skillcheck

Usage and case study: SkillCheck project page.