Skip to content

feat(ask): add ASK plugin to marketplace#150

Merged
amondnet merged 2 commits intomainfrom
amondnet/dust-hide
Apr 7, 2026
Merged

feat(ask): add ASK plugin to marketplace#150
amondnet merged 2 commits intomainfrom
amondnet/dust-hide

Conversation

@amondnet
Copy link
Copy Markdown
Contributor

@amondnet amondnet commented Apr 7, 2026

Summary

  • Add Agent Skills Kit (ASK) plugin (pleaseai/ask) to the marketplace
  • Categorized under development with tooling and documentation tags
  • Keywords: documentation, registry, library, agent-skills, ask

Test plan

  • Verify ask entry appears correctly in the marketplace JSON
  • Confirm the plugin installs successfully via /plugin install ask@pleaseai

Summary by cubic

Adds the ask (Agent Skills Kit) plugin from pleaseai/ask to the marketplace in .claude-plugin/marketplace.json, categorized under development with tooling and documentation tags. Updates README.md with an ASK section and adds /plugin install ask@pleaseai to the install examples.

Written for commit 836b642. Summary will update on new commits.

Add Agent Skills Kit (ASK) plugin from pleaseai/ask to the marketplace,
categorized under development with documentation and tooling tags.
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
claude-code-plugins Ready Ready Preview, Comment Apr 7, 2026 7:48pm

Request Review

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant User
    participant CLI as Plugin CLI
    participant Registry as Marketplace Registry (JSON)
    participant GitHub as GitHub (pleaseai/ask)
    participant FS as Local Filesystem

    Note over User,FS: Plugin Installation Flow for "ask"

    User->>CLI: /plugin install ask
    
    CLI->>Registry: NEW: Lookup plugin metadata for "ask"
    Registry-->>CLI: Return metadata (Repo: pleaseai/ask, Category: development)

    alt NEW: GitHub Source Resolution
        CLI->>GitHub: Request latest release/source for pleaseai/ask
        GitHub-->>CLI: Return plugin bundle
    end

    CLI->>FS: Extract and install plugin to local directory
    FS-->>CLI: Installation complete

    CLI-->>User: Confirm "ask" (Agent Skills Kit) is ready to use
Loading

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a new entry for the 'ask' (Agent Skills Kit) plugin to the marketplace configuration. A review comment suggests updating the 'documentation' tag to 'docs' to ensure consistency with other documentation-related plugins in the registry.

Comment thread .claude-plugin/marketplace.json
@amondnet amondnet merged commit 8cd0f5f into main Apr 7, 2026
7 checks passed
@amondnet amondnet deleted the amondnet/dust-hide branch April 7, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant