Marcel Serrano avatar

Marcel Serrano

Community

@1marcelserrano

0Followers
|
22Public Repos
|
1Published Skills

Infraestrutura Cognitiva Criativa

Skills Distribution
DomainAI Models & ...Prompt Engineering (60%)Context Handoff De.. (25%)Task Decomposition (15%)

Agent Skills by Marcel Serrano

Showing 1 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Marcel Serrano

FAQPage Schema
What tasks can I accomplish with Marcel Serrano's prompt-chain skill?

You can build self-contained prompts for work spanning isolated chat sessions. CHAIN mode handles sequential stages where each output generates the next cold-start prompt; FAN-OUT mode creates one prompt per independent task, optionally with a collector prompt.

Who should use the prompt-chain skill?

Practitioners running multi-stage projects across separate chat sessions who cannot rely on shared conversation memory. It suits users requesting 'prompt that generates the next', 'run each stage in a new chat', or 'one prompt per task' handoffs.

When should I NOT use prompt-chain?

Avoid it for a single direct task, open-ended exploration, or same-session parallel subagents. The skill is designed strictly for cross-session handoffs where each stage must emit a self-contained cold-start prompt preserving context and authority.

What license and cost apply to prompt-chain?

Prompt-chain is released under the MIT license, making it free to use, modify, and redistribute, including in commercial projects. The current version is 2.3.0, published by Marcel Serrano with no stated fees or usage restrictions.

What prerequisites does prompt-chain require?

No external dependencies are declared in the manifest. You only need a chat-based assistant environment where prompts can be copied into new sessions, plus a clearly staged task so each step can emit the next cold-start prompt.