Firecrawl build skills#89
Merged
developersdigest merged 3 commits intomainfrom Apr 10, 2026
Merged
Conversation
Replace the noisy 'npx skills add' inherited stdout (banner, +/symlink table, security report, ~80 lines per repo) with a single line per repo: " ✓ firecrawl/cli" / " ✓ firecrawl/skills". TTY runs get a transient "↓ <repo>" indicator while the install is in flight; non-TTY runs (CI, piped) get only the final line. Replace the trailing "Setup complete!" line with a printNextSteps() block that surfaces: - what just happened (skills installed globally) - what firecrawl is for (search, scrape, crawl, interact) - 4 example prompts (2 build-skill triggers, 2 direct CLI calls) - pointer to firecrawl --help Both interactive and non-interactive init paths use the same helpers, so output is consistent regardless of how users enter the flow. Bumped to 1.14.2.
Parse '(Found|Installed) N skills' from captured npx skills output and
sum across both repos so the post-install summary shows
"✓ Installed 14 skills across your AI coding agents" instead of vague
text.
Collapse the next-steps block from 18 lines to 7: drop the 4 example
prompts in favor of one of each (AI prompt + direct CLI), plus the
MCP install hint and the --help pointer. Each entry uses padded labels
("Ask your AI:", "Run direct: ", "Add MCP: ", "All commands:") so
the commands align in a column.
stepIntegrations and runNonInteractive both thread the count through
to printNextSteps. Tests still mock execSync as undefined, so
parseSkillCount handles the empty case. Bumped to 1.14.3.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.