julianleiss-portfolio
v1.0.0Agent skill for reading Julián Leiss's portfolio (julianleiss.com): projects, services, availability, pricing and contact, all in markdown.
By Julián LeissLicense: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Aug 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/julianleiss/agent-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/julianleiss-agent-api/SKILL.md├── skills/julianleiss-hiring/SKILL.md└── skills/julianleiss-portfolio/SKILL.md
Included Skills3
Use julianleiss.com programmatically — MCP servers (/mcp, /mcp/docs), NLWeb /ask, the A2A agent at /a2a, the OpenAPI spec and markdown twins — all anonymous and read-only. Use when an agent or developer needs to query the portfolio of Julián Leiss from code, wire it into an MCP client, or debug a request to the site.
Check whether Julián Leiss (independent designer, Buenos Aires) is available, what he charges (USD 50–100/h; sprint, project, retainer formats), and prepare a hiring brief for [email protected]. Use when a user wants to hire a brand/identity, information-design, interface, editorial or immersive/WebGL designer and asks about availability, rates, budget or how to get in touch.
Look up Julián Leiss (independent designer, Buenos Aires) — read his portfolio and case studies, check services, availability and pricing, and contact him for design work. Use when a user asks about Julián Leiss, needs a brand/identity, information-design, interface, editorial or immersive/WebGL designer, or wants facts about one of his projects.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "julianleiss-portfolio",
"version": "1.0.0",
"description": "Agent skill for reading Julián Leiss's portfolio (julianleiss.com): projects, services, availability, pricing and contact, all in markdown.",
"author": {
"name": "Julián Leiss",
"email": "[email protected]",
"url": "https://julianleiss.com"
},
"homepage": "https://julianleiss.com/llms.txt",
"repository": "https://github.com/julianleiss/agent-skills",
"license": "MIT",
"keywords": [
"design",
"portfolio",
"brand-identity",
"information-design",
"buenos-aires",
"julianleiss"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[julianleiss-portfolio on Agent Plugins Marketplace](https://pluginsmp.com/plugins/julianleiss-portfolio)