Schedule weekly Netlify rebuild + part-2 link fixes#69
Merged
Conversation
- Add weekly Wednesday 12:00 UTC workflow to trigger Netlify build hook so dated-for-today posts publish without manual push. - Also supports manual workflow_dispatch. - Part 2: fix broken test-file link (GitHub diff anchor doesn't resolve), add Ola Hungerford (@olaservo) mention with link to PR #2428. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Expanded on the concept of skills over MCP, detailing their significance, implementation, and benefits for agent workflows. Discussed the transition from server instructions to skills, emphasizing the need for specificity and better server design.
- Fix obvious typos (seemless, accomodate, irrelevent, metadada, pre-trianing, neadlessly, fot, lest, is has, MCPs fault, etc.) - Correct cross-reference: 'parts 2 and 3' -> 'parts 3 and 4' - Add citations: MCP Server Instructions, MCP Resources spec, resources/list, resource templates, Anthropic Tool Search Tool, Claude Code autonomy launch, OpenAI defer_loading docs, and Vercel open-plugin-spec - Add 'Try it yourself' setup section mirroring Part 1 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Fix typos: 'lets' -> 'let's', 'that makes' -> 'that make', 'MCP discord' -> 'MCP Discord', 'non standard' -> 'non-standard', drop stray double period after 'effectively.' - Add citations on first mentions: mcpi (mcpi-ext repo), GitHub MCP Server, MCP Discord - Paragraph break in long opening paragraph at the existing 'irrelevant stuff.' beat - Paragraph break in 'What are skills' before 'I am still bullish' turn (existing period boundary) - Pull get_file_content digression into a blockquote callout - Drop duplicate PR #2382 link in 'For MCP server developers' (already linked twice above) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Use the canonical invite from the MCP communication docs (https://modelcontextprotocol.io/community/communication#discord) and link the second 'MCP Discord' mention too. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Server Instructions now links to the canonical schema anchor https://modelcontextprotocol.io/specification/2025-11-25/schema#initializeresult-instructions - Resources, resource templates, and resources/list all updated from 2025-06-18 to the current 2025-11-25 spec Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- 'and so do our server instructions too' -> drop trailing 'too' - 'referencing stuff tools' -> 'referencing tools' - 'they cannot specific' -> 'they cannot be specific' - 'ther server' -> 'the server' - Split comma splice before 'These instructions get loaded' (period, no em dash) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The LinkedIn post is the more direct citation for Claude Code enabling Tool Search Tool by default. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Two related changes so today's blog publication (and future weekly drops) actually go live:
Scheduled Netlify rebuild
.github/workflows/scheduled-rebuild.ymlworkflow_dispatchNETLIFY_BUILD_HOOKsecret to trigger a deploy so dated-for-today posts publish without a manual pushPart 2 edits
#diff-skill_resources_testfragment doesn't resolve on GitHub's diff view (anchors are SHA-hashed). Now links directly topkg/github/skill_resources_test.goat the PR's head ref.