# Agent Ui Workflows

> Build or modify Fleet Pi's React Agent Elements UI, including InputBar controls, tool cards, question prompts, resource drawer, model picker, mode selector, and streaming state.

- **Type:** Skill
- **Install:** `agentstack add skill-qredence-fleet-pi-agent-ui-workflows`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Qredence](https://agentstack.voostack.com/s/qredence)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [Qredence](https://github.com/Qredence)
- **Source:** https://github.com/Qredence/fleet-pi/tree/main/.pi/skills/agent-ui-workflows
- **Website:** https://docs.qredence.ai/

## Install

```sh
agentstack add skill-qredence-fleet-pi-agent-ui-workflows
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Agent UI Workflows

Use this skill for UI changes in the chat surface or shared Agent Elements package.

## Key Files

- Chat page composition: `apps/web/src/routes/index.tsx`
- Chat message and tool types: `packages/ui/src/components/agent-elements/chat-types.ts`
- Input composer: `packages/ui/src/components/agent-elements/input-bar.tsx`
- Mode and model controls: `packages/ui/src/components/agent-elements/input/`
- Tool dispatch: `packages/ui/src/components/agent-elements/tools/tool-renderer.tsx`
- Tool metadata: `packages/ui/src/components/agent-elements/tools/tool-registry.ts`
- Question prompt: `packages/ui/src/components/agent-elements/question/`

## Design Rules

- Keep controls compact and scannable; this is an operational coding tool, not a landing page.
- Use existing Agent Elements primitives and direct-file imports.
- Prefer icon buttons with `aria-label` and `title` for compact actions.
- Keep `InputBar` mode/model controls inside `leftActions`.
- Avoid editing `apps/web/src/routeTree.gen.ts` manually.

## Validation

```zsh
pnpm --filter web typecheck
pnpm --filter @workspace/ui typecheck
pnpm --filter web lint
pnpm --filter @workspace/ui lint
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Qredence](https://github.com/Qredence)
- **Source:** [Qredence/fleet-pi](https://github.com/Qredence/fleet-pi)
- **License:** Apache-2.0
- **Homepage:** https://docs.qredence.ai/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-qredence-fleet-pi-agent-ui-workflows
- Seller: https://agentstack.voostack.com/s/qredence
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
