# Developer Resources — rakibulism.space

Everything on rakibulism.space that a program rather than a person would want: the machine-readable endpoints this site publishes, and the open-source tools built alongside it.

## Machine-readable endpoints

- [/llms.txt](https://rakibulism.space/llms.txt) — The index an agent should read first: what this site is for, which page answers which question, and where the markdown renditions live.
- [/sitemap.xml](https://rakibulism.space/sitemap.xml) — Every indexable URL with its last-modified date and hreflang alternates for all ten locales.
- [/feed.xml](https://rakibulism.space/feed.xml) — Full-text RSS for the writing, including the posts whose canonical copy lives on Medium or Substack.
- [/robots.txt](https://rakibulism.space/robots.txt) — Crawling rules. No AI crawler is blocked — GPTBot, ClaudeBot, PerplexityBot and Google-Extended all get the full page.
- [/index.md](https://rakibulism.space/index.md) — Append .md to any content URL for a clean markdown rendition — /about.md, /blog.md, /blog/<slug>.md. The homepage is /index.md. Each HTML page declares its twin with <link rel="alternate" type="text/markdown">.

## Open-source tools

- [Agent Skills](https://github.com/rakibulism/agent-skills-os) — A framework-agnostic agent skill loader with adapters for Claude, OpenAI, LangChain, CrewAI, AutoGen and Cursor. Drop in a markdown skill, load it anywhere.
- [Open Icons](https://openicons.rakibulism.space) — 20,556 free, open-source SVG icons across 15 packs — Lucide, Phosphor, Tabler, Material Symbols and more. Copy, download, or drop into Figma.
- [Brands Logo](https://github.com/rakibulism/brands-logo) — An open-source library of 15,017 SVG logos for apps, dev tools and tech brands. Search, filter by category, download or copy.
- [Toolist](https://toolist.rakibulism.space/) — A curated, searchable list of tools for web-focused design engineers — inspiration, components, AI code editors, whiteboards, 3D, motion and fonts.
- [Mockuperr](https://mockuperr.vercel.app/) — A free, open-source Figma plugin that warps designs onto any shape with true perspective — 4-point vectors, skew presets and device mockups.
- [Reecap](https://reecap.rakibulism.space) — A recap tool built as part of the experiments lab.

There is no HTTP API to authenticate against — this is a portfolio, not a
service. What it publishes is every page in a form a program can read
without parsing HTML.

---

Canonical: https://rakibulism.space/developers
